Namespaces
Create Namespace
POST
/
api
/
v1
/
namespaces
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
key
string
requiredname
string
requireddescription
string
Response
200 - application/json
key
string
name
string
description
string
protected
boolean
createdAt
string
updatedAt
string
Was this page helpful?