Português (BR)
cURL
curl --request POST \ --url https://api.meuassistente.rdstationmentoria.com.br/rest/fields \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "description": "<string>", "type": "text", "options": [] }'
{ "id": "<string>", "name": "<string>", "description": "<string>", "active": true, "type": "text", "options": [], "workspaceId": "<string>", "createdBy": "<string>", "updatedBy": "<string>", "createdAt": "2025-07-21T17:52:50.027Z", "updatedAt": "2025-07-21T17:52:50.027Z" }
Cria um novo campo.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object