Update

Update

Update form.

Request
URI
PUT
https://{api_host}/vco/api/forms/{id}
COPY
Path Parameters
string
id
Required

id


Request Body
JsonNode of type(s) application/json
Required
Authentication
This operation uses the following authentication methods.
Responses
200

The request is successful. Updated form is returned as a String.

Returns string of type(s) application/json
Operation doesn't return any data structure

401

The user is not authorized

Returns string of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/vco/api/forms/{id}