Update an OAuth client.
OK.
OK.
Bad request.
Authentication failed.
Not allowed.
Not found.
Precondition failed.
Unprocessable entity.
Failed.
{- "callbacks": [
- "string"
], - "clientId": "string",
- "grantTypes": [
- "authorization_code"
], - "name": "string",
- "organisationId": "532ec32c-6f32-457f-8285-3438b2599d9b"
}
{- "callbacks": [
- "string"
], - "clientId": "string",
- "clientSecret": "string",
- "grantTypes": [
- "authorization_code"
], - "name": "string"
}
Remove an OAuth client.
OK.
Authentication failed.
Not allowed.
Not found.
Unprocessable entity.
Failed.
{- "code": 0,
- "message": "string"
}
Get an OAuth client.
OK.
Bad request.
Authentication failed.
Not allowed.
Not found.
Unprocessable entity.
Failed.
{- "callbacks": [
- "string"
], - "clientId": "string",
- "clientSecret": "string",
- "grantTypes": [
- "authorization_code"
], - "name": "string"
}
List OAuth client links.
OK.
Bad request.
Authentication failed.
Not allowed.
Unprocessable entity.
Failed.
[- {
- "clientId": "string",
- "organisationId": "string"
}
]
Rotate an OAuth client secret ID
OK.
Bad request.
Authentication failed.
Not allowed.
Not found.
Unprocessable entity.
Failed.
{- "callbacks": [
- "string"
], - "clientId": "string",
- "clientSecret": "string",
- "grantTypes": [
- "authorization_code"
], - "name": "string"
}