post https://api.layer.team/projects//fields
Create a Field in a Project
Log in to see full request history
Responses
Create a Field in a Project
xxxxxxxxxx
10curl --request POST \
--url https://api.layer.team/projects/projectId/fields \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "area",
"textAreaSize": "MEDIUM"
}
'
Try It!
to start a request and see the response here! Or choose an example: