Project 'eclipsefdn/it/api/eclipsefdn-working-groups-api' was moved to 'eclipsefdn/software-dev/api/eclipsefdn-working-groups-api'. Please update any links and bookmarks that may still have the old path.
feat: Add additional endpoints for reading various parts of WG data
Merged
requested to merge zacharysabourin/eclipsefdn-working-groups-api:zacharysabourin/main/9 into main
2 unresolved threads
Issue #9 (closed)
Merge request reports
Activity
@malowe :)
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' changed this line in version 3 of the diff
added 1 commit
- 7565bef9 - fix: Update OpenAPi spec to use correct schemas
mentioned in commit 16131bcf
Please register or sign in to reply