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

GET /groups/:groupId/containers #57

Closed
Tracked by #56
kotaaaa opened this issue Dec 2, 2023 · 0 comments · Fixed by #60
Closed
Tracked by #56

GET /groups/:groupId/containers #57

kotaaaa opened this issue Dec 2, 2023 · 0 comments · Fixed by #60
Assignees
Labels
enhancement New feature or request

Comments

@kotaaaa
Copy link
Member

kotaaaa commented Dec 2, 2023

Describe the Enhancement

  • Add new endpoint GET /groups/:groupId/containers
  • Response is list of container object.
    • container_id
    • container_name
{
  "containers": [
    {
       "containerId": "id",
       "containerName": "name"
     },
    {
       "containerId": "id",
       "containerName": "name"
     }
  ]
}
@kotaaaa kotaaaa added the enhancement New feature or request label Dec 2, 2023
@kotaaaa kotaaaa self-assigned this Dec 2, 2023
@kotaaaa kotaaaa changed the title sample issue ## /users/:id/container Dec 2, 2023
@kotaaaa kotaaaa changed the title ## /users/:id/container /users/:id/container Dec 2, 2023
@kotaaaa kotaaaa changed the title /users/:id/container /groups/:groupId/containers Dec 3, 2023
@kotaaaa kotaaaa changed the title /groups/:groupId/containers GET /groups/:groupId/containers Dec 3, 2023
@kotaaaa kotaaaa added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Dec 3, 2023
@hitohata hitohata linked a pull request Dec 3, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant