Skip to content
Snippets Groups Projects

feat: Add additional endpoints for reading various parts of WG data

2 unresolved threads

Issue #9 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
108 - name: alias
109 in: path
110 description: The name of the working group to retrieve
111 required: true
112 schema:
113 type: string
114 get:
115 summary: Working Group agreements
116 description: Returns the participation agreements info for the WG with the specified alias
117 responses:
118 200:
119 description: Success
120 content:
121 application/json:
122 schema:
123 $ref: '#/components/schemas/WorkingGroupParticipationAgreement'
  • added 1 commit

    • 7565bef9 - fix: Update OpenAPi spec to use correct schemas

    Compare with previous version

  • Martin Lowe approved this merge request

    approved this merge request

  • Martin Lowe mentioned in commit 16131bcf

    mentioned in commit 16131bcf

  • merged

  • Please register or sign in to reply
    Loading