Workspace
Updates a workspace
PATCH
/
api
/
v1
/
workspace
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe workspace id.
Body
application/json
defaultKeyPrefix
string | null
requireddefaultAllowedIPs
string[]
requireddefaultRateLimitPerSecond
integer | null
requiredRequired range:
x > 0
defaultExpiration
integer | null
requiredRequired range:
x > 0
Response
200 - application/json
workspace
object
required