@@ -24571,6 +24571,11 @@ paths:
24571
24571
$ref: '#/components/responses/NotFoundResponse'
24572
24572
'429':
24573
24573
$ref: '#/components/responses/TooManyRequestsResponse'
24574
+ security:
24575
+ - apiKeyAuth: []
24576
+ appKeyAuth: []
24577
+ - AuthZ:
24578
+ - cases_read
24574
24579
summary: Search cases
24575
24580
tags:
24576
24581
- Case Management
@@ -24605,6 +24610,11 @@ paths:
24605
24610
$ref: '#/components/responses/NotFoundResponse'
24606
24611
'429':
24607
24612
$ref: '#/components/responses/TooManyRequestsResponse'
24613
+ security:
24614
+ - apiKeyAuth: []
24615
+ appKeyAuth: []
24616
+ - AuthZ:
24617
+ - cases_write
24608
24618
summary: Create a case
24609
24619
tags:
24610
24620
- Case Management
@@ -24629,6 +24639,11 @@ paths:
24629
24639
$ref: '#/components/responses/NotFoundResponse'
24630
24640
'429':
24631
24641
$ref: '#/components/responses/TooManyRequestsResponse'
24642
+ security:
24643
+ - apiKeyAuth: []
24644
+ appKeyAuth: []
24645
+ - AuthZ:
24646
+ - cases_read
24632
24647
summary: Get all projects
24633
24648
tags:
24634
24649
- Case Management
@@ -24659,6 +24674,11 @@ paths:
24659
24674
$ref: '#/components/responses/NotFoundResponse'
24660
24675
'429':
24661
24676
$ref: '#/components/responses/TooManyRequestsResponse'
24677
+ security:
24678
+ - apiKeyAuth: []
24679
+ appKeyAuth: []
24680
+ - AuthZ:
24681
+ - cases_write
24662
24682
summary: Create a project
24663
24683
tags:
24664
24684
- Case Management
@@ -24681,6 +24701,11 @@ paths:
24681
24701
description: API error response
24682
24702
'429':
24683
24703
$ref: '#/components/responses/TooManyRequestsResponse'
24704
+ security:
24705
+ - apiKeyAuth: []
24706
+ appKeyAuth: []
24707
+ - AuthZ:
24708
+ - cases_write
24684
24709
summary: Remove a project
24685
24710
tags:
24686
24711
- Case Management
@@ -24706,6 +24731,11 @@ paths:
24706
24731
$ref: '#/components/responses/NotFoundResponse'
24707
24732
'429':
24708
24733
$ref: '#/components/responses/TooManyRequestsResponse'
24734
+ security:
24735
+ - apiKeyAuth: []
24736
+ appKeyAuth: []
24737
+ - AuthZ:
24738
+ - cases_read
24709
24739
summary: Get the details of a project
24710
24740
tags:
24711
24741
- Case Management
@@ -24732,6 +24762,11 @@ paths:
24732
24762
$ref: '#/components/responses/NotFoundResponse'
24733
24763
'429':
24734
24764
$ref: '#/components/responses/TooManyRequestsResponse'
24765
+ security:
24766
+ - apiKeyAuth: []
24767
+ appKeyAuth: []
24768
+ - AuthZ:
24769
+ - cases_read
24735
24770
summary: Get the details of a case
24736
24771
tags:
24737
24772
- Case Management
@@ -24765,6 +24800,11 @@ paths:
24765
24800
$ref: '#/components/responses/NotFoundResponse'
24766
24801
'429':
24767
24802
$ref: '#/components/responses/TooManyRequestsResponse'
24803
+ security:
24804
+ - apiKeyAuth: []
24805
+ appKeyAuth: []
24806
+ - AuthZ:
24807
+ - cases_write
24768
24808
summary: Archive case
24769
24809
tags:
24770
24810
- Case Management
@@ -24798,6 +24838,11 @@ paths:
24798
24838
$ref: '#/components/responses/NotFoundResponse'
24799
24839
'429':
24800
24840
$ref: '#/components/responses/TooManyRequestsResponse'
24841
+ security:
24842
+ - apiKeyAuth: []
24843
+ appKeyAuth: []
24844
+ - AuthZ:
24845
+ - cases_write
24801
24846
summary: Assign case
24802
24847
tags:
24803
24848
- Case Management
@@ -24831,6 +24876,11 @@ paths:
24831
24876
$ref: '#/components/responses/NotFoundResponse'
24832
24877
'429':
24833
24878
$ref: '#/components/responses/TooManyRequestsResponse'
24879
+ security:
24880
+ - apiKeyAuth: []
24881
+ appKeyAuth: []
24882
+ - AuthZ:
24883
+ - cases_write
24834
24884
summary: Update case priority
24835
24885
tags:
24836
24886
- Case Management
@@ -24864,6 +24914,11 @@ paths:
24864
24914
$ref: '#/components/responses/NotFoundResponse'
24865
24915
'429':
24866
24916
$ref: '#/components/responses/TooManyRequestsResponse'
24917
+ security:
24918
+ - apiKeyAuth: []
24919
+ appKeyAuth: []
24920
+ - AuthZ:
24921
+ - cases_write
24867
24922
summary: Update case status
24868
24923
tags:
24869
24924
- Case Management
@@ -24897,6 +24952,11 @@ paths:
24897
24952
$ref: '#/components/responses/NotFoundResponse'
24898
24953
'429':
24899
24954
$ref: '#/components/responses/TooManyRequestsResponse'
24955
+ security:
24956
+ - apiKeyAuth: []
24957
+ appKeyAuth: []
24958
+ - AuthZ:
24959
+ - cases_write
24900
24960
summary: Unarchive case
24901
24961
tags:
24902
24962
- Case Management
@@ -24930,6 +24990,11 @@ paths:
24930
24990
$ref: '#/components/responses/NotFoundResponse'
24931
24991
'429':
24932
24992
$ref: '#/components/responses/TooManyRequestsResponse'
24993
+ security:
24994
+ - apiKeyAuth: []
24995
+ appKeyAuth: []
24996
+ - AuthZ:
24997
+ - cases_write
24933
24998
summary: Unassign case
24934
24999
tags:
24935
25000
- Case Management
0 commit comments