Update organization details
PUT/v1/organization
This route allows you to update the details of your Port organization, such as its name and hidden blueprints.
Request
- application/json
Body
required
name stringrequired
The name of the organization.
settings
object
hiddenBlueprints string[]
An array of blueprint identifiers that should be hidden.
Responses
- 200
Updated successfully.
- application/json
- Schema
- Example (from schema)
Schema
ok required
Possible values: [true
]
{}
Loading...