Used API methods¶
The Myra API for the Myra App uses the following methods:
| Name | Definition |
|---|---|
| GET | The GET method allows you to request a specific object or a list of objects with settings and entries in the Myra App. |
| POST | The POST method allows you to add new settings or entries for specific functions in the Myra App. |
| PUT | The PUT method allows the user to change specific information of existing settings or entries in the Myra App. Only the attributes id, modified, and the attributes for changing a specific option must be defined in the body.NoteThe settings for subdomains are an exception, because changing a setting requires the complete transfer of all attributes of the corresponding object. Attributes that are not defined are reset to the default value. |
| DELETE | You can use the DELETE method to delete entire entries for an option in the Myra App. |