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
Response
Success
GitpodV1UpdateHostAuthenticationTokenMetadataResponse required