docs: Update output in tutorials to latest version

This commit is contained in:
Wolfgang Walther
2024-02-19 21:54:15 +01:00
committed by Wolfgang Walther
parent 0e7af7b77b
commit 6c886b1291
2 changed files with 13 additions and 9 deletions
+4 -4
View File
@@ -175,9 +175,9 @@ After expiration, the API returns HTTP 401 Unauthorized:
.. code-block:: json
{
"hint": null,
"details": null,
"code": "PGRST301",
"details": null,
"hint": null,
"message": "JWT expired"
}
@@ -255,8 +255,8 @@ The server responds with 403 Forbidden:
.. code-block:: json
{
"hint": "Nope, we are on to you",
"details": null,
"code": "42501",
"details": null,
"hint": "Nope, we are on to you",
"message": "insufficient_privilege"
}