Skip to content

Commit 971afe3

Browse files
idoshamunclaude
andauthored
docs(public-api): add user experience endpoints documentation (#499)
## Summary - Added documentation for the new User Experience endpoints in the Public API - Documents CRUD operations for managing professional history (work, education, projects, certifications, volunteering, open source contributions) - Added experience types reference and endpoint descriptions to the existing public-api.md ## Changes - `docs/plus/public-api.md`: Added new "Experiences" section documenting the user experience endpoints with filterable listing, detail retrieval, creation, updates, and deletion capabilities Closes ENG-608 --- Created by Huginn 🐦‍⬛ Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent bf34f38 commit 971afe3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/plus/public-api.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,18 @@ Access and update your daily.dev profile information programmatically.
124124
- Get your profile details
125125
- Update profile information
126126

127+
### Experiences
128+
129+
Manage your professional history including work experience, education, projects, certifications, volunteering, and open source contributions.
130+
131+
- List your experiences (filterable by type)
132+
- Get details of a specific experience
133+
- Add new experiences to your profile
134+
- Update existing experiences
135+
- Remove experiences
136+
137+
**Experience Types:** `work`, `education`, `project`, `certification`, `volunteering`, `opensource`
138+
127139
### Tech Stack
128140

129141
Showcase the tools you use. Manage your technology stack that appears on your profile - add tools, update descriptions, reorder items, and search for tools to add.

0 commit comments

Comments
 (0)