File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145916,13 +145916,13 @@ paths:
145916145916 content:
145917145917 application/json:
145918145918 schema:
145919- $ref: "#/components/schemas/APIErrorResponse "
145919+ $ref: "#/components/schemas/JSONAPIErrorResponse "
145920145920 description: Bad Request
145921145921 "403":
145922145922 content:
145923145923 application/json:
145924145924 schema:
145925- $ref: "#/components/schemas/APIErrorResponse "
145925+ $ref: "#/components/schemas/JSONAPIErrorResponse "
145926145926 description: Forbidden
145927145927 "429":
145928145928 $ref: "#/components/responses/TooManyRequestsResponse"
@@ -145985,19 +145985,19 @@ paths:
145985145985 content:
145986145986 application/json:
145987145987 schema:
145988- $ref: "#/components/schemas/APIErrorResponse "
145988+ $ref: "#/components/schemas/JSONAPIErrorResponse "
145989145989 description: Bad Request
145990145990 "403":
145991145991 content:
145992145992 application/json:
145993145993 schema:
145994- $ref: "#/components/schemas/APIErrorResponse "
145994+ $ref: "#/components/schemas/JSONAPIErrorResponse "
145995145995 description: Forbidden
145996145996 "404":
145997145997 content:
145998145998 application/json:
145999145999 schema:
146000- $ref: "#/components/schemas/APIErrorResponse "
146000+ $ref: "#/components/schemas/JSONAPIErrorResponse "
146001146001 description: Not Found
146002146002 "429":
146003146003 $ref: "#/components/responses/TooManyRequestsResponse"
@@ -146483,13 +146483,13 @@ paths:
146483146483 content:
146484146484 application/json:
146485146485 schema:
146486- $ref: "#/components/schemas/APIErrorResponse "
146486+ $ref: "#/components/schemas/JSONAPIErrorResponse "
146487146487 description: Bad Request
146488146488 "403":
146489146489 content:
146490146490 application/json:
146491146491 schema:
146492- $ref: "#/components/schemas/APIErrorResponse "
146492+ $ref: "#/components/schemas/JSONAPIErrorResponse "
146493146493 description: Forbidden
146494146494 "429":
146495146495 $ref: "#/components/responses/TooManyRequestsResponse"
You can’t perform that action at this time.
0 commit comments