Vridlo/api/vridlo.error list: Difference between revisions
(Created page with " * '''200''' (''OK'') The resource was found and is accessible. Changes were made on the resource successfully. Returned data responds to the current state of the resource....") |
No edit summary |
||
Line 9: | Line 9: | ||
SSL is required to access the Vridlo API. | SSL is required to access the Vridlo API. | ||
* '''422.5''' ('' | * '''422.5''' (''Invalid incoming data'') | ||
The incoming data is invalid. See details for help. | |||
* '''404''' (''Not Found'') | * '''404''' (''Not Found'') |
Revision as of 20:09, 7 October 2019
- 200 (OK)
The resource was found and is accessible. Changes were made on the resource successfully. Returned data responds to the current state of the resource.
- 204 (No Content)
The resource was found and is accessible. But no changes were made on the resource.
- 422.3 (SSL is required)
SSL is required to access the Vridlo API.
- 422.5 (Invalid incoming data)
The incoming data is invalid. See details for help.
- 404 (Not Found)
The record with provided id/slug is not found.
- 500 (Internal Server Error)
The Internal Server Error has occurred.