Platform Operations/Platforms
POSTPlatformSince 1.0SynchronousAuth Required
RotateAccessKeys
Rotate access keys for a platform and return the new credentials.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredUUID of the platform whose access keys should be rotated
Responses
Endpoint
POST/api/v1/platforms/{uuid}/rotate-keys
/api/v1/platforms/{uuid}/rotate-keys
Request Example
curl -X POST '{host}/api/v1/platforms/{uuid}/rotate-keys' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"key": "value"}'
Response Example
200{
"accessKeyId": "AKID9876543210",
"accessKeySecret": "new-secret-value-abc"
}Change History
This API has no change history records yet.
