Job APIs

Adds note to the specified job record.

post/api/external/job/notes/add

Headers

RF-Api-Keystring required
content-typestring

Request body

created_byinteger
idinteger

id of the Job.

mentionsinteger[]
valuestring

Response

Auto generated using Swagger Inspector

{"stackTrail":"paths:/api/external/job/notes/add:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"note_id":1}}

Example response

{
  "note_id": 1
}

Changes