Skip to content

Commit

Permalink
Automated commit by github action: 11392412430
Browse files Browse the repository at this point in the history
  • Loading branch information
developer-relations-sp committed Oct 17, 2024
1 parent bba7aaf commit 2ac64ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ post:
type: array
items:
type: string
description: List of access profile IDs for removal
example: [
"c9575abb5e3a4e3db82b2f989a738aa2",
"c9dc28e148a24d65b3ccb5fb8ca5ddd9"
]
description: List of access profile IDs for removal
example: [
"c9575abb5e3a4e3db82b2f989a738aa2",
"c9dc28e148a24d65b3ccb5fb8ca5ddd9"
]
responses:
'200':
description: The final list of access profiles for the specified source app
Expand Down
3 changes: 2 additions & 1 deletion static/api-specs/idn/beta/schemas/app/matchTerm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ properties:
type: array
nullable: true
items:
$ref: './matchTerm.yaml'
type: object
additionalProperties: true
description: The children under this match term
example: [
{
Expand Down
4 changes: 1 addition & 3 deletions static/api-specs/idn/v3/schemas/access/Role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ properties:
description: >-
List of references to dimensions to which this Role is assigned. This field is only relevant if the Role is dimensional.
accessModelMetadata:
type: array
items:
$ref: '../../../beta/schemas/gov-attributes/AttributeDTOList.yaml'
$ref: '../../../beta/schemas/gov-attributes/AttributeDTOList.yaml'
example:
[
{
Expand Down

0 comments on commit 2ac64ca

Please sign in to comment.