Skip to content

Commit 73ffa0a

Browse files
committed
Deploy gds docs: e04f9e782aad1db663de74b69bf9cc86b7e93e3f
1 parent 131aaa9 commit 73ffa0a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

gds/consumer-approval-guide.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ Content-Type: application/json
219219
"type": "building", // Resource type (see Step 3)
220220
"action": "GET", // Data retrieval action
221221
"license": "0005", // Fixed value for GDS
222-
"useCase": "ishare", // Fixed value for GDS
223222
"issuedAt": <CURRENT_UNIX_TIMESTAMP>, // Current time (Unix seconds)
224223
"issuerId": "<BUILDING_OWNER_ORGANIZATION_ID>", // Who grants permission, so the approver org ID
225224
"attribute": "*", // All building data
@@ -238,7 +237,7 @@ Content-Type: application/json
238237

239238
**Key notes:**
240239
- **Unix timestamps**: Use seconds since epoch, not milliseconds
241-
- **Fixed values**: `license`, `useCase`, and `orchestration.flow` must match exactly as shown
240+
- **Fixed values**: `license` and `orchestration.flow` must match exactly as shown
242241
- `type`: Resource type — `"building"` for building-level access (pilot), or `"asset"` for asset-level access (future)
243242
- `issuerId`: Building owner's organization ID (who grants permission)
244243
- `subjectId`: The data service consumer organization ID (who receives permission). The requester is typically a user of the data service consumer platform

0 commit comments

Comments
 (0)