POST/projects/api/v3/forms.json
Create a new form.
Body Params
Request contains information of a form to be created or updated.
- Name
form
- Type
- object
- Description
- Form contains information of a form to be created or updated.
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Created
Response contains information about a specific form.
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
ErrorResponse defines how []Error should be marshaled to JSON.
- Code
- 403
- Type
- object
- Schema
- Description
- 403 Forbidden
ErrorResponse defines how []Error should be marshaled to JSON.
- Code
- 409
- Type
- object
- Schema
- Description
- 409 Conflict
ErrorResponse defines how []Error should be marshaled to JSON.
201 Created
Response
{ "form": { "allowTeamworkBranding": true, "backgroundColor": "string", "confirmationMessage": "string", "content": { "banner": { "primaryColor": "string", "url": "string", "x": 0, "y": 0 }, "definition": "string", "description": "string", "logo": { "url": "string" }, "name": "string",