Skip to content

Commit ac5f609

Browse files
committed
correct the indent on response
1 parent c743d72 commit ac5f609

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

ramls/request-storage.raml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -100,21 +100,21 @@ resourceTypes:
100100
body:
101101
application/json:
102102
type: AnonymizationSettings
103-
responses:
104-
201:
105-
body:
106-
application/json:
107-
type: AnonymizationSettingResponse
108-
400:
109-
description: Bad Request
110-
401:
111-
description: Not Authenticated
112-
403:
113-
description: Not authorized
114-
422:
115-
body:
116-
application/json:
117-
type: errors
118-
example: !include raml-util/examples/errors.sample
103+
responses:
104+
201:
105+
body:
106+
application/json:
107+
type: AnonymizationSettingResponse
108+
400:
109+
description: Bad Request
110+
401:
111+
description: Not Authenticated
112+
403:
113+
description: Not authorized
114+
422:
115+
body:
116+
application/json:
117+
type: errors
118+
example: !include raml-util/examples/errors.sample
119119

120120

0 commit comments

Comments
 (0)