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 Feb 24, 2025
1 parent 80a3c7c commit 83dcf25
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions prototype/5. Documentation for stakeholders/Member States.md
Original file line number Diff line number Diff line change
Expand Up @@ -1015,35 +1015,36 @@ curl -s https://$HOST/api/v0/ca/activity-data \
curl -s -X POST https://$HOST/api/v0/ca/data-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""
-F "competentAuthorityId=placeholder-competentAuthorityId" \
-F "competentAuthorityName=placeholder-competentAuthorityName"
```

### 6.1.7. Delete Data Area Shapefile Endpoint
### 6.1.7. Delete Data Area Shapefile Endpoint (endpoint 4 for Member States)

```bash
curl -s https://$HOST/api/v0/ca/data-area/placeholder-LUID \
--header "Authorization: Bearer $TOKEN"
```

### 6.1.8. Retrieving Listing Data Endpoint (Endpoint 4 for Member States)
### 6.1.8. Retrieving Listing Data Endpoint (Endpoint 5 for Member States)

```bash
curl -s https://$HOST/api/v0/ca/listings?limit=10 \
--header "Authorization: Bearer $TOKEN" \
| jq .
```

### 6.1.9. Upload STR Area Shapefile Endpoint
### 6.1.9. Upload STR Area Shapefile Endpoint (Endpoint 6 for Member States)

```bash
curl -s https://$HOST/api/v0/ca/str-area \
--header "Authorization: Bearer $TOKEN" \
-F "file=@/workspaces/str-ap-internal/sample-data/BELGIUM_STR_Area.zip" \
-F "competentAuthorityId=YOUR_COMPETENT_AUTHORITY_ID" \
-F "competentAuthorityId=placeholder-competentAuthorityId" \
-F "competentAuthorityName=placeholder-competentAuthorityName"
```

### 6.1.10. Delete STR Area Shapefile Endpoint
### 6.1.10. Delete STR Area Shapefile Endpoint (Endpoint 7 for Member States)

```bash
curl -s https://$HOST/api/v0/ca/str-area/placeholder-LUID \
Expand Down

0 comments on commit 83dcf25

Please sign in to comment.