Skip to content

Commit

Permalink
fix: collaboration_allowlist_exempt_target definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mhagmajer committed Sep 2, 2023
1 parent 370834b commit 88d0667
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/responses/collaboration_allowlist_exempt_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ properties:

type:
type: string
description: "`collaboration_whitelist`"
example: collaboration_whitelist
description: "`collaboration_whitelist_exempt_target`"
example: collaboration_whitelist_exempt_target
enum:
- collaboration_whitelist
- collaboration_whitelist_exempt_target

enterprise:
allOf:
Expand All @@ -30,7 +30,7 @@ properties:

user:
allOf:
- $ref: '../attributes/enterprise.yml'
- $ref: '#/components/schemas/User--Mini'
- description: The user that has been exempt

created_at:
Expand Down

0 comments on commit 88d0667

Please sign in to comment.