Skip to content
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

List group collaborations AND List pending collaborations - Collaboration response is missing order property #151

Open
mitquinn opened this issue Apr 2, 2021 · 0 comments
Assignees
Labels

Comments

@mitquinn
Copy link
Contributor

mitquinn commented Apr 2, 2021

Description of the issue

It seems to be returning a collaborations resource in the response but the order property is missing from the collaborations resource.

Current content

array(4) { 'total_count' => int(0) 'entries' => array(0) { } 'offset' => int(0) 'limit' => int(100) }

Expected content

Collaborations properties should include:

  • entries
  • limit
  • offset
  • order (object)
  • total_count
@mitquinn mitquinn added the bug label Apr 2, 2021
@mitquinn mitquinn changed the title List group collaborations - Collaboration response is missing order property List group collaborations AND List pending collaborations - Collaboration response is missing order property Apr 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants