Create 1

Create 1

Create a form.

Request
URI
POST
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

OK

Operation doesn't return any data structure

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