Skip to main content
POST
Annotate Job

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

查询参数

id
string | null

job_ref (the backend job handle)

run_id
string | null

run_id, when there is no backend handle

请求体

application/json

A change to a job's note, its tags, or both.

Both optional and both meaning "leave alone" when absent, because the console edits them from two different controls and neither should have to send the other's current value back -- doing so is how one control silently reverts what the other just saved.

note
string | null
tags
string[] | null

响应

Successful Response

What the job carries after the change, as stored.

note
string
默认值:""
tags
string[]