Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .last-synced-sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b1904e010d4feb400b421a77c7208246234caa27
e122f280d5635b7a6d39c7ce6dc24cd52e267e1c
15 changes: 15 additions & 0 deletions spec/open-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31150,6 +31150,10 @@ components:
type: boolean
description: Whether the permission is a system permission.
example: false
resource_type_slug:
type: string
description: The slug of the resource type the permission applies to.
example: organization
created_at:
format: date-time
type: string
Expand All @@ -31167,6 +31171,7 @@ components:
- name
- description
- system
- resource_type_slug
- created_at
- updated_at
description: The event payload.
Expand Down Expand Up @@ -31225,6 +31230,10 @@ components:
type: boolean
description: Whether the permission is a system permission.
example: false
resource_type_slug:
type: string
description: The slug of the resource type the permission applies to.
example: organization
created_at:
format: date-time
type: string
Expand All @@ -31242,6 +31251,7 @@ components:
- name
- description
- system
- resource_type_slug
- created_at
- updated_at
description: The event payload.
Expand Down Expand Up @@ -31300,6 +31310,10 @@ components:
type: boolean
description: Whether the permission is a system permission.
example: false
resource_type_slug:
type: string
description: The slug of the resource type the permission applies to.
example: organization
created_at:
format: date-time
type: string
Expand All @@ -31317,6 +31331,7 @@ components:
- name
- description
- system
- resource_type_slug
- created_at
- updated_at
description: The event payload.
Expand Down
Loading