--- post: description: Update the status of a tracker item parameters: - name: trackerId in: path required: true schema: type: integer - name: itemId in: path required: true schema: type: integer requestBody: required: true content: application/x-www-form-urlencoded: schema: type: object properties: status: type: string responses: '200': description: success content: application/json: schema: type: object '403': description: forbidden content: application/json: schema: $ref: schemas-Error.yaml '404': description: not found content: application/json: schema: $ref: schemas-Error.yaml