Skip to content

Commit

Permalink
docs: stakeholder api
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen committed Feb 29, 2024
1 parent 8e83883 commit ebf9d2c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/api/spec/query-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,18 @@ paths:
description: the captures of a tree
items:
$ref: '#/components/schemas/capture'
/v2/stakeholder/{stakeholder_id}:
parameters: []
get:
summary: get stakeholder info
tags: []
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/stakeholder'
'/raw_captures/{rawCaptureId}.':
parameters:
- schema:
Expand Down

0 comments on commit ebf9d2c

Please sign in to comment.