Skip to content

Commit

Permalink
INFRA-13814 Set releaseAsAnEdition correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Leong Hui Wong authored and dmcgihtsdo committed Nov 19, 2024
1 parent b15948f commit 198f2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/using-the-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ curl -X 'POST' \
-F 'manifest='
```

4. Validating a National Edition release package (e.g. Netherlands Edition). Note that _previousDependencyEffectiveTime_ is required for Edition release packages.
4. Validating a National Edition release package (e.g. Netherlands Edition). Note that _previousDependencyEffectiveTime_ is required and _releaseAsAnEdition_ should be set to `true` for Edition release packages.
```
curl -X 'POST' \
'http://localhost:8081/api/run-post?rf2DeltaOnly=false&writeSuccesses=false&groups=common-edition&groups=nl-authoring&droolsRulesGroups=common-authoring&droolsRulesGroups=nl-authoring&previousRelease=SnomedCT_ManagedServiceNL_PRODUCTION_NL1000146_20240831T120000Z.zip&dependencyRelease=SnomedCT_InternationalRF2_PRODUCTION_20240901T120000Z.zip&previousDependencyEffectiveTime=2024-08-01&runId=1727740800&failureExportMax=10&storageLocation=nl%2F1727740800&enableDrools=true&effectiveTime=2024-09-30&releaseAsAnEdition=false&standAloneProduct=false&defaultModuleId=11000146104&includedModules=11000146104&enableMRCMValidation=true&enableTraceabilityValidation=false&enableChangeNotAtTaskLevelValidation=false' \
'http://localhost:8081/api/run-post?rf2DeltaOnly=false&writeSuccesses=false&groups=common-edition&groups=nl-authoring&droolsRulesGroups=common-authoring&droolsRulesGroups=nl-authoring&previousRelease=SnomedCT_ManagedServiceNL_PRODUCTION_NL1000146_20240831T120000Z.zip&dependencyRelease=SnomedCT_InternationalRF2_PRODUCTION_20240901T120000Z.zip&previousDependencyEffectiveTime=2024-08-01&runId=1727740800&failureExportMax=10&storageLocation=nl%2F1727740800&enableDrools=true&effectiveTime=2024-09-30&releaseAsAnEdition=true&standAloneProduct=false&defaultModuleId=11000146104&includedModules=11000146104&enableMRCMValidation=true&enableTraceabilityValidation=false&enableChangeNotAtTaskLevelValidation=false' \
-H 'accept: */*' \
-H 'Content-Type: multipart/form-data' \
-F 'file=@SnomedCT_ManagedServiceNL_PRODUCTION_NL1000146_20240930T120000Z.zip;type=application/zip' \
Expand Down

0 comments on commit 198f2cd

Please sign in to comment.