Skip to content

Commit

Permalink
AB2D-5637 Enhance sandbox documentation based on connectathon feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Sep 13, 2023
1 parent 7f5406e commit 17e4235
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 = "2. 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 = "1. 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 = "4. 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 = "3. 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 17e4235

Please sign in to comment.