Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
[
    {
      "fieldId":"customfield_10121",
      "value": value in readable format 
    }, 
    {
      "fieldId":"customfield_10122",
      "value": value in readable format 
    }, 
  ]

400 BAD REQUEST When request is invald

...

Code Block
[
    {
      "fieldId":"customfield_10121",
      "value" Object value in readable format (string, number, date on format "yyyy-MM-dd")
    }, 
    {
      "fieldId":"customfield_10122",
      "value" Object value in readable format 
    }, 
  ]

Response:

200 OK When request is valid and value was updated

...