LandingLens
cURL
curl --request POST \ --url https://api.landing.ai/v1/projects/{project_id}/metadata/{metadata_id} \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "allowMultiple": true, "predefinedChoicesAppend": [ "<string>" ], "valueFlexible": true }'
{ "data": { "name": "<string>", "type": "text", "allowMultiple": true, "predefinedChoices": [ "<string>" ], "id": 123, "valueFlexible": true } }
Successful Response
Show child attributes
Was this page helpful?