-
Notifications
You must be signed in to change notification settings - Fork 4
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
ContentItem.owner #165
Comments
Is this for the
at the bottom of the page https://docs.posit.co/connect/api/#get-/v1/content versus: posit-sdk-py/src/posit/connect/content.py Lines 193 to 195 in 62ff359
|
Yeah good catch, I think you're right. |
I think it's a simple fix, I can open a PR and either link to this issue or create a new one. |
That would be great, thanks! |
Similar to #164 but less complicated because
GET v1/content?include=owner
always includes the owner.If
owner
is not in the item's data, the owner@property
shouldGET v1/users/{owner_guid}
, insert the response into the data, and return it.The text was updated successfully, but these errors were encountered: