Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/PLT-136' into PLT-136
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwolenpbc committed Oct 16, 2023
2 parents f91f3e9 + c99b44e commit 062b12b
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 062b12b

Please sign in to comment.