Skip to content

Commit 0fdddb5

Browse files
committed
Update API documentation
1 parent b9c34b2 commit 0fdddb5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Tekst-API/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5565,7 +5565,7 @@
55655565
}
55665566
}
55675567
},
5568-
"description": "Unprocessable Entity"
5568+
"description": "Unprocessable Content"
55695569
},
55705570
"404": {
55715571
"content": {
@@ -5673,7 +5673,7 @@
56735673
}
56745674
}
56755675
},
5676-
"description": "Unprocessable Entity"
5676+
"description": "Unprocessable Content"
56775677
},
56785678
"401": {
56795679
"content": {

Tekst-Web/src/api/schema.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)