Update a traffic change request's custom fields

The FireFlow REST API updates 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/{id}/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

changeRequestID

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

Request example

[

{

"key": "string",

"values": [

"string"

]

}

]