``changes`` |
required, array |
A change objects to delete specified by their names. |
|
|
``name`` |
required, string |
The name of the change to be later identified by. |
"name" : "myFirstChange" |
|
``title`` |
optional, string |
A title for the change. |
"title" : "This is my first change." |
|
``state`` |
optional, string |
The desired state the change should be updated to. available states are:
- "OPEN"
- "CLOSED"
- "PUBLISHED"
|
"state" : "CLOSED" |
|