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" } } }