Organizations
Authorizations
Body
tierstringOptional
Responses
200
OK
No content
patch
/organization/v1/orgs/upgradePATCH /organization/v1/orgs/upgrade HTTP/1.1
Host: api.skysql.com/
X-API-Key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 15
{
"tier": "text"
}200
OK
No content
Authorizations
Path parameters
org_idstringRequired
Organization identifier
Responses
200
OK
application/json
get
/organization/v1/orgs/{org_id}GET /organization/v1/orgs/{org_id} HTTP/1.1
Host: api.skysql.com/
X-API-Key: YOUR_API_KEY
Accept: */*
200
OK
{
"created_by": "text",
"created_on": 1,
"current_owner": "text",
"id": "text",
"is_active": true,
"is_deleted": true,
"name": "text",
"tier": "text",
"updated_by": "text",
"updated_on": 1
}Last updated
Was this helpful?

