PUT /organizations/{id}
Update an organization
Servers
- https://api.trello.com/1
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
String | Yes |
The ID or name of the Organization |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
prefs/googleAppsVersion |
Integer | No |
|
name |
String | No |
A new name for the organization. At least 3 lowercase letters, underscores, and numbers. Must be unique |
prefs/boardVisibilityRestrict/public |
String | No |
Who on the Workspace can make public boards. One of: |
prefs/orgInviteRestrict |
String | No |
An email address with optional wildcard characters. (E.g. |
prefs/permissionLevel |
String | No |
Whether the Workspace page is publicly visible. One of: |
displayName |
String | No |
A new displayName for the organization. Must be at least 1 character long and not begin or end with a space. |
desc |
String | No |
A new description for the organization |
website |
String | No |
A URL starting with |
prefs/associatedDomain |
String | No |
The Google Apps domain to link this org to. |
prefs/externalMembersDisabled |
Boolean | No |
Whether non-workspace members can be added to boards inside the Workspace |
prefs/boardVisibilityRestrict/org |
String | No |
Who on the Workspace can make Workspace visible boards. One of |
prefs/boardVisibilityRestrict/private |
String | No |
Who can make private boards. One of: |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.