docs-mastodon/data/HttpCodes.toml
2020-01-04 10:33:16 +01:00

7 lines
132 B
TOML

200 = "Success"
401 = "Unauthorized"
403 = "Forbidden"
404 = "Not Found"
409 = "Conflict"
410 = "Gone"
422 = "Unprocessable Entity"