From 9e7298945c815fa296c4703284770bd3ad25ff96 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 26 Jun 2024 21:25:38 -0300 Subject: [PATCH] Update openapi.json --- apps/api/openapi.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/apps/api/openapi.json b/apps/api/openapi.json index e3d43060..a466e50b 100644 --- a/apps/api/openapi.json +++ b/apps/api/openapi.json @@ -544,6 +544,15 @@ }, " ": { "type": "string" + }, + "pageStatusCode": { + "type": "integer", + "description": "The status code of the page" + }, + "pageError": { + "type": "string", + "nullable": true, + "description": "The error message of the page" } } @@ -596,6 +605,18 @@ "sourceURL": { "type": "string", "format": "uri" + }, + " ": { + "type": "string" + }, + "pageStatusCode": { + "type": "integer", + "description": "The status code of the page" + }, + "pageError": { + "type": "string", + "nullable": true, + "description": "The error message of the page" } } }