Update Organisation
PATCH/api/v1/organisations/me
Update Organisation
Request
- application/vnd.api+json
 
Body
required
data
object
required
type stringrequired
Possible values: [organisations]
attributes
object
name string
logo binary
sidebar_order string[]
Responses
- 200
 
Update Organisation
- application/vnd.api+json
 
- Schema
 - Example (from schema)
 
Schema
data
object
required
id string
type string
Possible values: [organisations]
attributes
object
name string
logo
object
url string
sidebar-order string[]
{
  "data": {
    "id": "string",
    "type": "organisations",
    "attributes": {
      "name": "string",
      "logo": {
        "url": "string"
      },
      "sidebar-order": [
        "string"
      ]
    }
  }
}
Loading...