Organization
This endpoint is used to create, update, search or delete organizations information inside Terrakube.
The default group is handled using the Spring Boot property
org.azbuilder.owner=TERRAKUBE_ADMIN
Entity fields:
data.type
string
Should be "organization"
data.attributes.name
string
Unique name in Terrakube
data.attributes.description
string
Free description
Example:
{
"data": {
"type": "organization",
"attributes": {
"name": "terrakube",
"description": "Terrakube Organization"
}
}
}
Supported Operations
Last updated
Was this helpful?