-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Migrated from Gitlab issue 7
- HTTP method: PUT (new code called from function
handle_put()) - Operation:
AddProperty - Parameters:
Table name - Body: JSON object with a single name / value pair. This name * value pair will be added as a property to every entity in the specified table. If an entity already has that property, whatever value it has already will be replaced by the value provided in this object.
- Response codes:
status_codes::BadRequest (400): Missing table name, missing JSON bodystatus_codes::NotFound (404): Table does not existstatus_codes::OK (200): Table found and all entities extended with the specified name/value property
Reactions are currently unavailable