Skip to content

Document PUT /my/profile.json endpoint#391

Open
robzolkos wants to merge 2 commits intobasecamp:masterfrom
robzolkos:add-update-my-profile-docs
Open

Document PUT /my/profile.json endpoint#391
robzolkos wants to merge 2 commits intobasecamp:masterfrom
robzolkos:add-update-my-profile-docs

Conversation

@robzolkos
Copy link

Summary

  • Adds documentation for PUT /my/profile.json to sections/people.md
  • This endpoint exists in BC3 (My::ProfilesController#update) but was never documented, which caused it to be missed in the SDK generation pipeline
  • Documents all permitted parameters: name, email_address, title, bio, location, time_zone_name, first_week_day, time_format

The update profile endpoint exists in BC3 but was never documented,
which caused it to be missed in the SDK generation pipeline.
Copilot AI review requested due to automatic review settings March 12, 2026 18:39
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds missing API documentation for updating the authenticated user’s profile (PUT /my/profile.json) so the People documentation covers the full set of supported “my profile” operations and can be picked up by downstream SDK/doc tooling.

Changes:

  • Adds “Update my personal info” to the People endpoints list.
  • Documents PUT /my/profile.json, including optional parameters, expected status codes, and example JSON/cURL.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants