v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.RunnerConfigurationService

UpdateHostAuthenticationTokenMetadata

Updates metadata for an existing host authentication token.

Use this method to:

  • Persist provider-derived identity metadata
  • Attach external user mappings used by webhook handling

Examples

  • Update external user ID:

    Persists the provider user ID associated with the token.

    runnerId: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
    id: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
    externalUserId: "12345678"
    
post/gitpod.v1.RunnerConfigurationService/UpdateHostAuthenticationTokenMetadata

Request body

externalUserIdstring nullable
idstring uuid
runnerIdstring uuid

Response

Success

GitpodV1UpdateHostAuthenticationTokenMetadataResponse required