Skip to content

Commit

Permalink
meta key removed from handler
Browse files Browse the repository at this point in the history
  • Loading branch information
zaliqarosli committed Mar 3, 2023
1 parent d4a5d4a commit ef06d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/api/static/schema-v0.0.4-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/VisitMeta'
$ref: '#/components/schemas/VisitMetaFields'
responses:
'201':
description: The visit was created successfully
Expand Down
2 changes: 1 addition & 1 deletion modules/api/static/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/VisitMeta'
$ref: '#/components/schemas/VisitMetaFields'
responses:
'201':
description: The visit was created successfully
Expand Down

0 comments on commit ef06d09

Please # to comment.