Update Org
PUT/v1/org/:org_identifier
Update an organization, requires org:config:edit permissions on the organization
Request
Path Parameters
org_identifier anyrequired
Organization ID or short name
- application/json
Body
required
name Name (string)
Official Full Name
primary_contact_email Primary Contact Email (string)
Email Address for the primary point of contact
short_name Short Name (string)required
Possible values: non-empty
Name used in URLs
archive Archive (boolean)
Responses
- 200
- 404
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
name Name (string)
Official Full Name
primary_contact_email Primary Contact Email (string)
Email Address for the primary point of contact
short_name Short Name (string)required
Possible values: non-empty
Name used in URLs
archive Archive (boolean)
{
"name": "string",
"primary_contact_email": "string",
"short_name": "string",
"archive": false
}
Not Found
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...