RegenerateAPIClientSecret
Generate New API Client Secret
Deprecated: Use GenerateClientSecret instead to (re-)generate an API app client secret
Generates a new client secret for the API application, make sure to save the response.
curl -X POST "https://loading/projects/string/apps/string/api_config/_generate_client_secret"{
"clientSecret": "string",
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?