Name | Type | Description | |
---|---|---|---|
api_key | string | Your API-key | |
job_id | number | job_id | |
remarks | string | remarks |
{
"api_key" : {{apikey}},
"job_id" : 125,
"remarks" :"test"
}
curl --location --request POST 'https://api.yelo.red/open/task/addRemarks' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"job_id" : 125,
"remarks" :"test"
}'
{}