Skip to content

Commit 5a4c33e

Browse files
committed
fix: yaml formatting
1 parent 0e2ae4c commit 5a4c33e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi/resource-server.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,12 +1262,12 @@ components:
12621262
error-response-minimal:
12631263
value:
12641264
error:
1265-
code: "400"
1265+
code: '400'
12661266
description: Error description
12671267
error-response-full:
12681268
value:
12691269
error:
1270-
code: "400"
1270+
code: '400'
12711271
description: Error description
12721272
details:
12731273
anyKey: anyValue

0 commit comments

Comments
 (0)