Description
Update the data of an organization.
The current user must have administrator rights.
URL
https://api.skriv.com/v1/organization/update/orgId
Field | Type | Description |
---|---|---|
orgId | int | Organization ID |
GET parameters
Field | Type | Description |
---|---|---|
name | string | Organization name |
description | string | Organization description |
color | enum | Organization color: 'red', 'pink', 'purple', 'deeppurple', 'indigo', 'blue', 'lightblue', 'cyan', 'teal', 'green', 'lightgreen', 'lime', 'yellow', 'amber', 'orange', 'deeporange', 'brown', 'gray', 'bluegray', 'black' |
workdays | set | Set of week workdays: 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday', 'sunday' |
mustAnalyzeComments | bool | true if comments written on projects are analyzed (AI feature), false otherwise |
analyzerSensitivity | enum | AI analyzer sensitivity: 'low', 'medium', 'high' |
slackWebhook | string | Slack webhook |
slackChannel | string | Slack channel |
txtTodolist | string | Optional. Text to use instead of «Todo-list» in the interface |
txtProject | string | Optional. Text to use instead of «Project» in the interface |
txtProjects | string | Optional. Text to use instead of «Projects» in the interface |
txtRoadmap | string | Optional. Text to use instead of «Roadmap» in the interface |
txtCategory | string | Optional. Text to use instead of «Category» in the interface |
txtCategories | string | Optional. Text to use instead of «Categories» in the interface |
txtTemplate | string | Optional. Text to use instead of «Template» in the interface |
txtTemplates | string | Optional. Text to use instead of «Templates» in the interface |
txtMilestone | string | Optional. Text to use instead of «Milestone» in the interface |
txtMilestones | string | Optional. Text to use instead of «Milestones» in the interface |
txtDeadline | string | Optional. Text to use instead of «Deadline» in the interface |
txtValue | string | Optional. Text to use instead of «Value» in the interface |
txtUnit | string | Optional. Text to use for the value unit in the interface |