Adding Properties
Creates a new Property with a specified name in the Dataset.
The name of a Property is case-sensitive in that it will keep the capitalization provided (e.g. "Firstname"). But Central will not allow another Property with the same name but different capitalization to be created (e.g. "FIRSTNAME" when "Firstname" already exists).
Property names follow the same rules as form field names (valid XML identifiers) and cannot use the reserved names of name or label, or begin with the reserved prefix __.
Path parameters
The numeric ID of the Project
Name of the Dataset
Response
OK
Example response
{
"success": true
}Changes
Changed in 4 of the 54 revisions of this API.13
- ○
api operation id
Adding Propertiesremoved and replaced withaddPropertiesapi-operation-id-removed
- ○
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲