Skip to content

GET /groups/ lacks group title #1155

@ksuess

Description

@ksuess

POST /groups

{
    "@type": "Group",
    "id": "todo_viewer",
    "title": "TODO Viewer"
}

GET /groups
response:


        {
            "@id": "http://localhost:8072/db/todo/groups/todo_viewer",
            "@name": "todo_viewer",
            "@type": "Group",
            "@uid": "c5a|ca1|eabac2c393a44ce089c5b5485813040f",
            "groupname": null,
            "id": "todo_viewer",
            "title": null,
            "roles": [],
            "users": {
                "items": [],
                "items_total": 0
            }
        }

The gmi display of title in groups folder is correct.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions