User Collections
x-prisma-cloud-target-env: {"permission":"accessUI","saas":true,"self-hosted":true}
x-public: true
UserCollections returns collections in the current project that the user has permission to access
Responses
- 200
- default
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- color common.Color
Color is a hexadecimal representation of color code value
- name string
Unique name associated with this collection.
- ]
[
{
"color": "string",
"name": "string"
}
]
Loading...