v1

latestOpenAPI 3.0.02026-08-061280285.2 KB
Job APIs

Adds note to the specified job record.

post/api/external/job/notes/add

Headers

RF-Api-Keystring
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
}