Partially update a API client secret.
PATCH
/apiclients/{apiClientID}/secrets/{apiClientSecretID}
200Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
apiClientID | Required | string | ID of the api client. | --- |
apiClientSecretID | Required | string | ID of the api client secret. | --- |
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Name | string | --- | --- | --- | ||
Expiration | string | date-time | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Name | string | --- | --- | --- | ||
Expiration | string | date-time | --- | --- |