Namespace
Update a namespace
Updates information for a namespace.
patch/namespace/{id}
Path parameters
idinteger required
The ID of the namespace.
Request body
Example request
{
"name": "Crypto Kong Billing",
"status": "active"
}Response
The operation was successful.
Example response
{
"id": 234,
"name": "Crypto Kong Billing",
"status": "active",
"slug": "crypto-kong-billing",
"account_id": 123,
"metadata": {
"key": "value"
}
}