Skip to content

Commit

Permalink
Merge branch 'master' into PLT-136
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwolenpbc authored Sep 18, 2023
2 parents 3555f51 + 2fdcc88 commit c99b44e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
* The sole REST controller for AB2D's implementation of the FHIR Bulk Data API specification.
*/
@Slf4j
@Tag(name = "Export", description = BULK_MAIN)
@Tag(name = "1. Export", description = BULK_MAIN)
@RestController
@RequestMapping(path = API_PREFIX_V1 + FHIR_PREFIX, produces = {APPLICATION_JSON})
public class BulkDataAccessAPIV1 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
*/
@AllArgsConstructor
@Slf4j
@Tag(name = "Capabilities", description = CAP_API)
@Tag(name = "4. Capabilities", description = CAP_API)
@RestController
@RequestMapping(path = API_PREFIX_V1 + FHIR_PREFIX, produces = {APPLICATION_JSON})
public class CapabilityAPIV1 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

@AllArgsConstructor
@Slf4j
@Tag(name = "Download", description = BULK_DNLD_DSC)
@Tag(name = "3. Download", description = BULK_DNLD_DSC)
@RestController
@RequestMapping(path = API_PREFIX_V1 + FHIR_PREFIX)
public class FileDownloadAPIV1 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* The sole REST controller for AB2D's implementation of the FHIR Bulk Data API Status (both GET & DELETE).
*/
@Slf4j
@Tag(name = "Status", description = STATUS_API)
@Tag(name = "2. Status", description = STATUS_API)
@RestController
@RequestMapping(path = API_PREFIX_V1 + FHIR_PREFIX, produces = {APPLICATION_JSON})
@AllArgsConstructor
Expand Down

0 comments on commit c99b44e

Please sign in to comment.