AdminV1ProjectProject_idSecret_key
Rotate project secret key (admin)
Generate a new secret key for a non-encrypted project. Blocked for encrypted projects.
Path Parameters
project_id*string
Project ID
Format
uuidResponse Body
application/json
application/json
application/json
curl -X PUT "https://loading/api/v1/admin/v1/project/497f6eca-6276-4993-bfeb-53cbbbba6f08/secret_key"{
"code": 0,
"error": "string",
"msg": "string",
"data": {
"secret_key": "string"
}
}{
"code": 0,
"error": "string",
"msg": "string"
}{
"code": 0,
"error": "string",
"msg": "string"
}