mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 12:27:48 +00:00
Automated commit 'PLTDP-933 Updating search docs (#1535)
* PLTDP-933 Updating to latest search changes' by github action: 7629324837
This commit is contained in:
@@ -18,6 +18,18 @@ value:
|
||||
- id: '2c91809c6faade77016fb4f0b63407ae'
|
||||
name: 'Admin Access'
|
||||
accessProfileCount: 1
|
||||
segments:
|
||||
- id: '0f11f2a4-7c94-4bf3-a2bd-742580fe3bde'
|
||||
name: 'segment-xyz'
|
||||
description: 'This segment represents xyz'
|
||||
segmentCount: 1
|
||||
entitlements:
|
||||
- id: '2c91809c6faade77016fb4f0b63407ae'
|
||||
name: 'Admin Access'
|
||||
description: 'Access to everything'
|
||||
privileged: true
|
||||
hasPermissions: true
|
||||
entitlementCount: 1
|
||||
tags:
|
||||
- 'TAG_1'
|
||||
- 'TAG_2'
|
||||
|
||||
@@ -12,3 +12,19 @@ allOf:
|
||||
type: integer
|
||||
tags:
|
||||
$ref: '../base/Tags.yaml'
|
||||
segments:
|
||||
type: array
|
||||
items:
|
||||
$ref: '../base/Reference.yaml'
|
||||
segmentCount:
|
||||
type: integer
|
||||
format: int32
|
||||
example: 1
|
||||
entitlements:
|
||||
type: array
|
||||
items:
|
||||
$ref: '../access/AccessProfileRole.yaml'
|
||||
entitlementCount:
|
||||
type: integer
|
||||
format: int32
|
||||
example: 3
|
||||
Reference in New Issue
Block a user