Update client
PUT/v1/organizations/:organizationId/projects/:projectId/platforms/:platform/client-keys/:clientId
Update client
Request
Path Parameters
organizationId stringrequired
The ID of the organization
projectId stringrequired
The ID of the project
platform stringrequired
The platform
clientId stringrequired
The ID of the client
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
id stringrequired
The unique identifier for the client key.
key stringrequired
The client key associated with the project.
secret stringrequired
The secret associated with the client key.
{
"id": "string",
"key": "string",
"secret": "string"
}
Loading...