Commit 1ae304d 1 parent dd6d219 commit 1ae304d Copy full SHA for 1ae304d
File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -286,6 +286,8 @@ paths:
286
286
get :
287
287
summary : Download content from the content repository.
288
288
operationId : getContent
289
+ security :
290
+ - accessToken : []
289
291
parameters :
290
292
- in : path
291
293
name : serverName
@@ -414,6 +416,8 @@ paths:
414
416
the previous endpoint) but replace the target file name with the one
415
417
provided by the caller.
416
418
operationId : getContentOverrideName
419
+ security :
420
+ - accessToken : []
417
421
parameters :
418
422
- in : path
419
423
name : serverName
@@ -550,6 +554,8 @@ paths:
550
554
Download a thumbnail of content from the content repository.
551
555
See the [Thumbnails](/client-server-api/#thumbnails) section for more information.
552
556
operationId : getContentThumbnail
557
+ security :
558
+ - accessToken : []
553
559
parameters :
554
560
- in : path
555
561
name : serverName
You can’t perform that action at this time.
0 commit comments