updated API Preview sample error responses

This commit is contained in:
Gani Georgiev
2025-01-26 21:27:49 +02:00
parent 6f3abe7c2d
commit 1bc0b78c83
47 changed files with 137 additions and 137 deletions
@@ -23,7 +23,7 @@
code: 404,
body: `
{
"code": 404,
"status": 404,
"message": "Missing collection context.",
"data": {}
}
@@ -28,7 +28,7 @@
code: 401,
body: `
{
"code": 401,
"status": 401,
"message": "The request requires valid record authorization token to be set.",
"data": {}
}
@@ -38,7 +38,7 @@
code: 403,
body: `
{
"code": 403,
"status": 403,
"message": "The authorized record model is not allowed to perform this action.",
"data": {}
}
@@ -48,7 +48,7 @@
code: 404,
body: `
{
"code": 404,
"status": 404,
"message": "Missing auth record context.",
"data": {}
}
@@ -38,7 +38,7 @@
code: 400,
body: `
{
"code": 400,
"status": 400,
"message": "An error occurred while submitting the form.",
"data": {
"provider": {
@@ -24,7 +24,7 @@
code: 400,
body: `
{
"code": 400,
"status": 400,
"message": "Failed to authenticate.",
"data": {
"otpId": {
@@ -22,7 +22,7 @@
code: 400,
body: `
{
"code": 400,
"status": 400,
"message": "An error occurred while validating the submitted data.",
"data": {
"email": {
@@ -37,7 +37,7 @@
code: 429,
body: `
{
"code": 429,
"status": 429,
"message": "You've send too many OTP requests, please try again later.",
"data": {}
}
@@ -33,7 +33,7 @@
code: 400,
body: `
{
"code": 400,
"status": 400,
"message": "Failed to authenticate.",
"data": {
"identity": {
@@ -57,7 +57,7 @@
code: 403,
body: `
{
"code": 403,
"status": 403,
"message": "Batch requests are not allowed.",
"data": {}
}
@@ -33,7 +33,7 @@
code: 400,
body: `
{
"code": 400,
"status": 400,
"message": "Failed to create record.",
"data": {
"${collection?.fields?.[0]?.name}": {
@@ -48,7 +48,7 @@
code: 403,
body: `
{
"code": 403,
"status": 403,
"message": "You are not allowed to perform this request.",
"data": {}
}
@@ -25,7 +25,7 @@
code: 400,
body: `
{
"code": 400,
"status": 400,
"message": "Failed to delete record. Make sure that the record is not part of a required relation reference.",
"data": {}
}
@@ -37,7 +37,7 @@
code: 403,
body: `
{
"code": 403,
"status": 403,
"message": "Only superusers can access this action.",
"data": {}
}
@@ -49,7 +49,7 @@
code: 404,
body: `
{
"code": 404,
"status": 404,
"message": "The requested resource wasn't found.",
"data": {}
}
@@ -15,7 +15,7 @@
code: 400,
body: `
{
"code": 400,
"status": 400,
"message": "An error occurred while validating the submitted data.",
"data": {
"token": {
@@ -15,7 +15,7 @@
code: 400,
body: `
{
"code": 400,
"status": 400,
"message": "An error occurred while validating the submitted data.",
"data": {
"newEmail": {
@@ -30,7 +30,7 @@
code: 401,
body: `
{
"code": 401,
"status": 401,
"message": "The request requires valid record authorization token to be set.",
"data": {}
}
@@ -40,7 +40,7 @@
code: 403,
body: `
{
"code": 403,
"status": 403,
"message": "The authorized record model is not allowed to perform this action.",
"data": {}
}
@@ -39,7 +39,7 @@
code: 400,
body: `
{
"code": 400,
"status": 400,
"message": "Something went wrong while processing your request. Invalid filter.",
"data": {}
}
@@ -51,7 +51,7 @@
code: 403,
body: `
{
"code": 403,
"status": 403,
"message": "Only superusers can access this action.",
"data": {}
}
@@ -15,7 +15,7 @@
code: 400,
body: `
{
"code": 400,
"status": 400,
"message": "An error occurred while validating the submitted data.",
"data": {
"token": {
@@ -15,7 +15,7 @@
code: 400,
body: `
{
"code": 400,
"status": 400,
"message": "An error occurred while validating the submitted data.",
"data": {
"email": {
@@ -33,7 +33,7 @@
code: 400,
body: `
{
"code": 400,
"status": 400,
"message": "Failed to update record.",
"data": {
"${collection?.fields?.[0]?.name}": {
@@ -48,7 +48,7 @@
code: 403,
body: `
{
"code": 403,
"status": 403,
"message": "You are not allowed to perform this request.",
"data": {}
}
@@ -58,7 +58,7 @@
code: 404,
body: `
{
"code": 404,
"status": 404,
"message": "The requested resource wasn't found.",
"data": {}
}
@@ -15,7 +15,7 @@
code: 400,
body: `
{
"code": 400,
"status": 400,
"message": "An error occurred while validating the submitted data.",
"data": {
"token": {
@@ -15,7 +15,7 @@
code: 400,
body: `
{
"code": 400,
"status": 400,
"message": "An error occurred while validating the submitted data.",
"data": {
"email": {
@@ -25,7 +25,7 @@
code: 403,
body: `
{
"code": 403,
"status": 403,
"message": "Only superusers can access this action.",
"data": {}
}
@@ -37,7 +37,7 @@
code: 404,
body: `
{
"code": 404,
"status": 404,
"message": "The requested resource wasn't found.",
"data": {}
}