Bases: object
Creates a new instance of the requested entity.
Deletes the specified entity.
Returns a list of the requested entity.
Verifies required attributes are in request body.
Also checking that an attribute is only specified if it is allowed for the given operation (create/update).
Attribute with default values are considered to be optional.
body argument must be the deserialized body.
Returns detailed information about the requested entity.
Updates the specified entity’s attributes.