Skip to content

Update namespace

POST
/api/namespace/{namespace}/settings

Authorizations

ApiKey
Type
API Key (header: X-Api-Key)

Parameters

Path Parameters

namespace*
Type
string
Required

Request Body

application/json
JSON
{
  
"retention_time": 0,
  
"quota_limit": 0
}

Responses

application/json
JSON
{
  
"id": "string",
  
"namespace": "string",
  
"shared": true,
  
"settings": {
  
  
"retention_time": 0,
  
  
"quota_limit": 0
  
}
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI