patch https://{tenant}.{region}.authaction.com/api/v1/apiserver//enable/
Log in to see full request history
Responses
400Invalid api server id
401Unauthorized
403User not member of tenant
400Invalid api server id
401Unauthorized
403User not member of tenant
xxxxxxxxxx
curl --request PATCH \
--url https://your-tenant-name.eu.authaction.com/api/v1/apiserver/apiServerId/enable/clientId \
--header 'accept: application/json'
xxxxxxxxxx
15{
"statusCode": 200,
"message": "success",
"data": {
"id": "662baf9b1ae06c2c71676e44",
"name": "Myapp",
"identifier": "https://backend.com",
"tenant": "662baf9b1ae06c2c71676e44",
"clients": [
"client1",
"client2"
],
"domain": "tenant1.eu.authaction.com"
}
}