File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ paths:
126
126
type : string
127
127
required :
128
128
- id
129
- /author /{author_id} :
129
+ /authors /{author_id} :
130
130
patch :
131
131
parameters :
132
132
- $ref : " #/components/parameters/AuthorId"
@@ -169,6 +169,9 @@ components:
169
169
AuthorResponse :
170
170
type : object
171
171
properties :
172
+ id :
173
+ type : string
174
+ example : FrCmluBlTSwwxLLEbEDCP
172
175
name :
173
176
type : string
174
177
example : Jane Austen
@@ -181,6 +184,7 @@ components:
181
184
format : timestamp
182
185
example : 2023-03-18T14:29:26.384Z
183
186
required :
187
+ - id
184
188
- name
185
189
- created_at
186
190
- updated_at
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ capture:
18
18
method : GET
19
19
- path : /books/WjE9O1d8ELCb8POiOw4pn
20
20
method : GET
21
- - path : /author /tNpOpQZbxytxTxDT15GQy
21
+ - path : /authors /tNpOpQZbxytxTxDT15GQy
22
22
method : GET
23
23
# When you are ready, set up an actual integration that run your test suite
24
24
# Read reference docs here: https://www.useoptic.com/docs/capturing-traffic#configuration-reference
You can’t perform that action at this time.
0 commit comments