1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00
documentation/data/HttpCodes.toml
2020-01-04 10:33:16 +01:00

8 lines
132 B
TOML

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