Skip to content

Add /communities endpoints for App Community CRUD and admin management #71

@psarando

Description

@psarando

These endpoints will mostly be the same as the /teams endpoints, but will operate on a new communities Grouper folder, and communities will not require members apart from admins.

The list of endpoints to be added:

  • GET /communities
  • POST /communities
  • GET /communities/:name
  • PATCH /communities/:name
  • DELETE /communities/:name
  • GET /communities/:name/admins
  • POST /communities/:name/admins
  • POST /communities/:name/admins/deleter
  • GET /admin/communities
  • POST /admin/communities
  • GET /admin/communities/:name
  • PATCH /admin/communities/:name
  • DELETE /admin/communities/:name
  • GET /admin/communities/:name/admins
  • POST /admin/communities/:name/admins
  • POST /admin/communities/:name/admins/deleter

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions