Skip to content

Add ownedBy to History struct and Email,AccountStatus to User #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

alexef
Copy link

@alexef alexef commented Mar 12, 2025

This PR adds the ownedBy optional field to the Content History response structure.

Example use:

GetContentByID(page.ID, goconfluence.ContentQuery{
   Expand: []string{"history.ownedBy"},
})
Checklist
  • mage test passes
  • unit tests are included and tested
  • documentation is added or changed

@alexef alexef changed the title Add ownedBy to History struct Add ownedBy to History struct and Email to User Mar 12, 2025
alexef added 2 commits March 12, 2025 11:09
The email address of the user. Depending on the user's privacy setting, this may return an empty string.
@alexef alexef changed the title Add ownedBy to History struct and Email to User Add ownedBy to History struct and Email,AccountStatus to User Mar 12, 2025
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.

1 participant