Create Meta Field for a Project
Create a new meta field for a specific project.
Endpoint
POST /projects/{project_uuid}/meta-fields
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| field_name | string | The name of the meta field | Yes |
| field_type | string | The 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"
}