projectMetadata
Creates a new Metadata and returns it with the generated ID.
put/projmeta
Request body
keystring required
Key of the ProjectMetadata
metatype'STRING' | 'NUMBER' | 'DATE' | 'BOOLEAN' | 'LIST' required
read_onlyboolean
Flag that tells if the ProjectMetadata cannot be changed. Used for system generated metadata! Use False for user metadata.
doctype'text' | 'image' | 'video' | 'audio' required
descriptionstring required
Description of the ProjectMetadata
project_idinteger required
Project the ProjectMetadata belongs to
Response
Successful Response
keystring required
Key of the ProjectMetadata
metatype'STRING' | 'NUMBER' | 'DATE' | 'BOOLEAN' | 'LIST' required
read_onlyboolean
Flag that tells if the ProjectMetadata cannot be changed. Used for system generated metadata! Use False for user metadata.
doctype'text' | 'image' | 'video' | 'audio' required
descriptionstring required
Description of the ProjectMetadata
idinteger required
ID of the ProjectMetadata
project_idinteger required
Project the ProjectMetadata belongs to