Update a traffic change request's custom fields
FireFlow validates the API to ensure that mandatory elements are in place, such as permissions, template, date formats, that any specified device exists in AFA, and so on.
Resource Name: FireFlow/api/change-requests/traffic/{changeRequestID}/fields
Request Method: PUT
Header requirements:
Key | Value |
---|---|
Cookie | FireFlow_Session=[sessionId]. The sessionId is retrieved from the authentication request. |
Request Path:
Element |
Type |
Description |
---|---|---|
Mandatory |
Integer | ID of the Change Request. |
Request Body:
A list of key:value fields where the key is the field name and the value is an array of update values.
For details, see Fields type.
Response: Response type
Code |
Description |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 |
Operation completed successfully |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
400 |
Input validation failure Error messages
Http status code 400:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
403 |
Authentication failure Error messages:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
500 |
Failed to complete operation. Error messages:
|
Request example
[
{
"key": "string",
"values": [
"string"
]
}
]