@@ -25773,6 +25773,10 @@ paths:
25773
25773
appKeyAuth: []
25774
25774
- AuthZ:
25775
25775
- dashboards_public_share
25776
+ - AuthZ:
25777
+ - dashboards_embed_share
25778
+ - AuthZ:
25779
+ - dashboards_invite_share
25776
25780
summary: Create a shared dashboard
25777
25781
tags:
25778
25782
- Dashboards
@@ -25781,6 +25785,8 @@ paths:
25781
25785
operator: OR
25782
25786
permissions:
25783
25787
- dashboards_public_share
25788
+ - dashboards_embed_share
25789
+ - dashboards_invite_share
25784
25790
/api/v1/dashboard/public/{token}:
25785
25791
delete:
25786
25792
description: Revoke the public URL for a dashboard (rendering it private) associated
@@ -25819,13 +25825,19 @@ paths:
25819
25825
appKeyAuth: []
25820
25826
- AuthZ:
25821
25827
- dashboards_public_share
25828
+ - AuthZ:
25829
+ - dashboards_embed_share
25830
+ - AuthZ:
25831
+ - dashboards_invite_share
25822
25832
summary: Revoke a shared dashboard URL
25823
25833
tags:
25824
25834
- Dashboards
25825
25835
x-permission:
25826
25836
operator: OR
25827
25837
permissions:
25828
25838
- dashboards_public_share
25839
+ - dashboards_embed_share
25840
+ - dashboards_invite_share
25829
25841
get:
25830
25842
description: Fetch an existing shared dashboard's sharing metadata associated
25831
25843
with the specified token.
@@ -25936,6 +25948,10 @@ paths:
25936
25948
appKeyAuth: []
25937
25949
- AuthZ:
25938
25950
- dashboards_public_share
25951
+ - AuthZ:
25952
+ - dashboards_embed_share
25953
+ - AuthZ:
25954
+ - dashboards_invite_share
25939
25955
summary: Update a shared dashboard
25940
25956
tags:
25941
25957
- Dashboards
@@ -25944,6 +25960,8 @@ paths:
25944
25960
operator: OR
25945
25961
permissions:
25946
25962
- dashboards_public_share
25963
+ - dashboards_embed_share
25964
+ - dashboards_invite_share
25947
25965
/api/v1/dashboard/public/{token}/invitation:
25948
25966
delete:
25949
25967
description: Revoke previously sent invitation emails and active sessions used
@@ -25991,15 +26009,15 @@ paths:
25991
26009
- apiKeyAuth: []
25992
26010
appKeyAuth: []
25993
26011
- AuthZ:
25994
- - dashboards_public_share
26012
+ - dashboards_invite_share
25995
26013
summary: Revoke shared dashboard invitations
25996
26014
tags:
25997
26015
- Dashboards
25998
26016
x-codegen-request-body-name: body
25999
26017
x-permission:
26000
26018
operator: OR
26001
26019
permissions:
26002
- - dashboards_public_share
26020
+ - dashboards_invite_share
26003
26021
get:
26004
26022
description: Describe the invitations that exist for the given shared dashboard
26005
26023
(paginated).
@@ -26050,14 +26068,14 @@ paths:
26050
26068
- apiKeyAuth: []
26051
26069
appKeyAuth: []
26052
26070
- AuthZ:
26053
- - dashboards_public_share
26071
+ - dashboards_invite_share
26054
26072
summary: Get all invitations for a shared dashboard
26055
26073
tags:
26056
26074
- Dashboards
26057
26075
x-permission:
26058
26076
operator: OR
26059
26077
permissions:
26060
- - dashboards_public_share
26078
+ - dashboards_invite_share
26061
26079
post:
26062
26080
description: Send emails to specified email addresses containing links to access
26063
26081
a given authenticated shared dashboard. Email addresses must already belong
@@ -26115,15 +26133,15 @@ paths:
26115
26133
- apiKeyAuth: []
26116
26134
appKeyAuth: []
26117
26135
- AuthZ:
26118
- - dashboards_public_share
26136
+ - dashboards_invite_share
26119
26137
summary: Send shared dashboard invitation email
26120
26138
tags:
26121
26139
- Dashboards
26122
26140
x-codegen-request-body-name: body
26123
26141
x-permission:
26124
26142
operator: OR
26125
26143
permissions:
26126
- - dashboards_public_share
26144
+ - dashboards_invite_share
26127
26145
/api/v1/dashboard/{dashboard_id}:
26128
26146
delete:
26129
26147
description: Delete a dashboard using the specified ID.
0 commit comments