Skip to content

Question about list_permissions in show_items endpoint #7

Description

@ymwdalex

Hi @holgi ,

First, thanks for sharing this package!

When this is the response of show_items endpoint in the example. I login with alice, and I don't understand why view is false for both item 1 and 2. Thanks!

[
  {
    "items": {
      "1": {
        "name": "Stilton",
        "owner": "bob"
      },
      "2": {
        "name": "Danish Blue",
        "owner": "alice"
      }
    },
    "available_permissions": {
      "1": {
        "use": false,
        "view": false
      },
      "2": {
        "use": true,
        "view": false
      }
    }
  }
]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions