{ "operationId": "oauthClientsRotateSecret", "path": "/oauthClients.rotate_secret", "method": "POST", "summary": "Rotate the secret for an OAuth client", "tags": [ "OAuthClients" ], "requestSchema": { "type": "object", "properties": { "id": { "type": "string", "description": "Unique identifier for the OAuth client.", "format": "uuid" } }, "required": [ "id" ] } }