Update the ticket’s informations
PUT '/api/v2/tickets/2':
{
"ticket": {
"title": "second ticket",
"tags": ["tag1","tag2"],
"small_summary": "text",
"content": "text",
"status": "In Progress"
}
}
| Param name | Description |
|---|---|
|
title
required |
The title of the ticket Validations:
|
|
tags
required |
The tags for the ticket Validations:
|
|
small_summary
required |
The summary of the ticket Validations:
|
|
content
required |
The content of the ticket Validations:
|
|
status
required |
The status of the ticket: should be opened or pending Validations:
|
|
user_id
optional |
The id of the ticket’s owner Validations:
|