To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorUpdate the binary data's related meta information
As a glass developer, I want change the information related to binary data
- Scenarios
-
- Update a previously stored metadata
- Avoid update binary data using an unregister identifier
- Avoid update the metadata that wasn't been stored previously
- Avoid update binary data metadata with null values map
- Update a previously stored metadata
-
- Given
- an stored binary data in the data store that have metadata
- When
- I request to update the metadata values map
- Then
- the metadata values map was updated
- Avoid update binary data using an unregister identifier
-
- When
- I request to update the metadata values map using an unregister identifier
- Then
- I receive an error with indicating that this metadata doesn't exists
- Avoid update the metadata that wasn't been stored previously
-
- When
- I request to update the metadata values map from a bucket that doesn't have metadata
- Then
- I have an bad request error because metadata doesn't exists
- Avoid update binary data metadata with null values map
-
- When
- I request to update the metadata values map using a null value map
- Then
- I receive an error with indicating bad request
Last published over 7 years ago by Raimundo AlegrÃa.