Update Jira Cloud Finding Config
PUT/targets/:scope/findings/:id/integrations/jira-cloud/
Request
Path Parameters
id stringrequired
scope stringrequired
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
Body
selective_sync boolean
key string
Possible values: <= 32 characters
Body
selective_sync boolean
key string
Possible values: <= 32 characters
Body
selective_sync boolean
key string
Possible values: <= 32 characters
Responses
- 200
- 400
- 401
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
selective_sync boolean
issue_id stringrequired
link stringrequired
key string
Possible values: <= 32 characters
{
"selective_sync": true,
"issue_id": "string",
"link": "string",
"key": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid JWT."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Not found."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
Loading...