create_issue_by_issue_id_by_status
Update an issue's status by supplying its ID and the new status, enabling efficient tracking and resolution of media requests.
Instructions
Update an issue's status.
POST /api/v1/issue/{issueId}/{status}
Args: issue_id: Issue ID status: New status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| issue_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |