Skip to content

Commit 2aa95c3

Browse files
committed
Fix examples for compliance with RFC-9535
1 parent 03bc96e commit 2aa95c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versions/1.1.0-dev.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ info:
212212
actions:
213213
- target: $.paths.*.get.parameters
214214
update:
215-
name: newParam
216-
in: query
215+
- name: newParam
216+
in: query
217217
```
218218

219219
```yaml
@@ -252,7 +252,7 @@ info:
252252
title: Apply Traits
253253
version: 1.0.0
254254
actions:
255-
- target: $.paths.*.get[[email protected].paged]
255+
- target: $.paths[?@.get['x-oai-traits'][?@ == 'paged']].get
256256
update:
257257
parameters:
258258
- name: top

0 commit comments

Comments
 (0)