File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55655565 }
55665566 }
55675567 },
5568- "description": "Unprocessable Entity "
5568+ "description": "Unprocessable Content "
55695569 },
55705570 "404": {
55715571 "content": {
56735673 }
56745674 }
56755675 },
5676- "description": "Unprocessable Entity "
5676+ "description": "Unprocessable Content "
56775677 },
56785678 "401": {
56795679 "content": {
Original file line number Diff line number Diff line change @@ -10137,7 +10137,7 @@ export interface operations {
1013710137 'application/json' : components [ 'schemas' ] [ 'TekstErrorModel' ] ;
1013810138 } ;
1013910139 } ;
10140- /** @description Unprocessable Entity */
10140+ /** @description Unprocessable Content */
1014110141 422 : {
1014210142 headers : {
1014310143 [ name : string ] : unknown ;
@@ -10208,7 +10208,7 @@ export interface operations {
1020810208 'application/json' : components [ 'schemas' ] [ 'TekstErrorModel' ] ;
1020910209 } ;
1021010210 } ;
10211- /** @description Unprocessable Entity */
10211+ /** @description Unprocessable Content */
1021210212 422 : {
1021310213 headers : {
1021410214 [ name : string ] : unknown ;
You can’t perform that action at this time.
0 commit comments