Skip to content

Commit

Permalink
use fhir endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
swain committed Dec 14, 2023
1 parent d4c266b commit 33f4dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/rest-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export type RestAPIEndpoints = FhirAPIEndpoints & {
Response: AppConfig;
};

'GET /v1/files/:fileId': {
'GET /v1/fhir/files/projects/:projectId/files/:fileId': {
Request: {
include?: 'downloadUrl';
};
Expand Down

0 comments on commit 33f4dad

Please sign in to comment.