Vridlo/api/vridlo.error list

From ALT Linux Wiki
< Vridlo/api
Revision as of 14:49, 7 October 2019 by Majioa (talk | contribs) (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....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • 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 (Slug is already presented)
Slug is already presented among the all slugs.
  • 422.6 (Name is not unique for the record)
Name is not unique for the source paths.
  • 422.7 (Repo is invalid)
Slug is already presented among the all slugs.
  • 422.8 (Arch is invalid)
Slug is already presented among the all slugs.
  • 422.9 (Relative path is invalid)
Slug is already presented among the all slugs.
  • 404 (Not Found)
The record with provided id/slug is not found.
  • 500 (Internal Server Error)
The Internal Server Error has occurred.