Skip to main content

Create Meta Field for a Project

Create a new meta field for a specific project.

Endpoint

POST /projects/{project_uuid}/meta-fields

Parameters

ParameterTypeDescriptionRequired
field_namestringThe name of the meta fieldYes
field_typestringThe type of the meta field (text, number)Yes

Response

A successful response will return a 201 Created status code and a success message.

{
"message": "Meta field created successfully.",
"meta_field_uuid": "a4b55f00-947e-43bd-b900-2ac40fcaaed4"
}