Skip to content

Commit

Permalink
Update _rest_routes.inc.php. generated api-docs (openemr#6968)
Browse files Browse the repository at this point in the history
  • Loading branch information
eva-val authored and bradymiller committed Nov 9, 2023
1 parent 3a4c778 commit c44026f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
11 changes: 10 additions & 1 deletion _rest_routes.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -6919,7 +6919,7 @@
* )
* ),
* @OA\Parameter(
* name="eid",
* name="mid",
* in="path",
* description="The id for the pnote message.",
* required=true,
Expand Down Expand Up @@ -9689,6 +9689,15 @@
* path="/fhir/Group/{id}/$export",
* description="The BULK FHIR Exports documentation can be found at <a href='https://www.open-emr.org/wiki/index.php/OpenEMR_Wiki_Home_Page#API' target='_blank' rel='noopener'>https://www.open-emr.org/wiki/index.php/OpenEMR_Wiki_Home_Page#API</a>",
* tags={"fhir"},
* @OA\Parameter(
* name="id",
* in="path",
* description="The id for the Group resource.",
* required=true,
* @OA\Schema(
* type="string"
* )
* ),
* @OA\Response(
* response="200",
* description="The BULK FHIR Exports documentation can be found at <a href='https://www.open-emr.org/wiki/index.php/OpenEMR_Wiki_Home_Page#API' target='_blank' rel='noopener'>https://www.open-emr.org/wiki/index.php/OpenEMR_Wiki_Home_Page#API</a>"
Expand Down
10 changes: 9 additions & 1 deletion swagger/openemr-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3429,7 +3429,7 @@ paths:
schema:
type: string
-
name: eid
name: mid
in: path
description: 'The id for the pnote message.'
required: true
Expand Down Expand Up @@ -4911,6 +4911,14 @@ paths:
tags:
- fhir
description: 'The BULK FHIR Exports documentation can be found at <a href=''https://www.open-emr.org/wiki/index.php/OpenEMR_Wiki_Home_Page#API'' target=''_blank'' rel=''noopener''>https://www.open-emr.org/wiki/index.php/OpenEMR_Wiki_Home_Page#API</a>'
parameters:
-
name: id
in: path
description: 'The id for the Group resource.'
required: true
schema:
type: string
responses:
'200':
description: 'The BULK FHIR Exports documentation can be found at <a href=''https://www.open-emr.org/wiki/index.php/OpenEMR_Wiki_Home_Page#API'' target=''_blank'' rel=''noopener''>https://www.open-emr.org/wiki/index.php/OpenEMR_Wiki_Home_Page#API</a>'
Expand Down

0 comments on commit c44026f

Please sign in to comment.