PUT /oauth2/audit/tokens/{tokenId}/metadata
Update the metadata for a refresh token. At this time, the only field that a user may set is the 'name' field.
Resource URL
https://repo-prod.prod.sagebase.org/auth/v1/oauth2/audit/tokens/{tokenId}/metadata
Resource URL Variables
| {tokenId} |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view , modify |
| HTTP Method | PUT |
| Request Object | OAuthRefreshTokenInformation (application/json) |
| Response Object | OAuthRefreshTokenInformation (application/json) |