Skip to content

Commit

Permalink
Update Member States.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVanhulle authored Oct 7, 2024
1 parent 390d49d commit 53319f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ curl -s https://$HOST/api/v0/ca/activity-data \
### 6.1.6. Upload Shapefile(s) for Areas where a Registration Procedure Applies (endpoint 3 for Member States)

```bash
curl -s -X POST https://$HOST/api/v0/ca/area --header "Authorization: Bearer $TOKEN" -F "file=@/workspaces/str-ap-internal/sample-data/BELGIUM_Regions.shp" -F "competentAuthorityId=YOUR_COMPETENT_AUTHORITY_ID" -F "competentAuthorityName=YOUR_COMPETENT_AUTHORITY_NAME"
curl -s -X POST https://$HOST/api/v0/ca/area --header "Authorization: Bearer $TOKEN" -F "file=@/workspaces/str-ap-internal/sample-data/BELGIUM_Area.zip" -F "competentAuthorityId=YOUR_COMPETENT_AUTHORITY_ID" -F "competentAuthorityName=YOUR_COMPETENT_AUTHORITY_NAME"

```

Expand Down

0 comments on commit 53319f9

Please sign in to comment.