latestOpenAPI 3.0.32026-08-227451,2751.8 MB
d0fc0114da66
WorkspaceIntegration
Update Workspace Integration
Update Workspace Integration
put/integrations/{id}
Path parameters
idstring required
Workspace Integrations identifier
Headers
If-Matchstring
If-Match header according to http/1.1 spec section 14.24
Request body
Example request
{
"config": {
"issue_tracker": {
"base_url": "https://jira.example.com/jira",
"schemas": [
{
"fields": [
{
"id": "affected_platform",
"name": "Affected Platform",
"type": "labels",
"allowed_values": [
{
"value": "Chrome"
},
{
"value": "Edge"
},
{
"value": "Firefox"
},
{
"value": "IE11"
},
{
"value": "Safari"
}
],
"is_required": true
}
]
}
]
}
}
}Response
Updated Workspace Integration
Example response
{
"config": {
"issue_tracker": {
"base_url": "https://jira.example.com/jira",
"schemas": [
{
"fields": [
{
"id": "affected_platform",
"name": "Affected Platform",
"type": "labels",
"allowed_values": [
{
"value": "Chrome"
},
{
"value": "Edge"
},
{
"value": "Firefox"
},
{
"value": "IE11"
},
{
"value": "Safari"
}
],
"is_required": true
}
]
}
]
}
}
}