-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoverlay.yaml
More file actions
55 lines (50 loc) · 1.8 KB
/
overlay.yaml
File metadata and controls
55 lines (50 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
overlay: 1.0.0
info:
title: Overlay epilot User Groups to make a User group resource
version: 0.0.1
actions:
- target: $
update:
x-speakeasy-retries:
strategy: backoff
backoff:
initialInterval: 5000 # 5 seconds
maxInterval: 60000 # 60 seconds
maxElapsedTime: 3600000 # 5 minutes
exponent: 1.5
statusCodes:
- 5XX
retryConnectionErrors: true
- target: $["paths"]["/v1/groups/{id}"]["get"]
update:
x-speakeasy-entity-operation: UserGroup#get
- target: $["paths"]["/v1/groups"]["post"]
update:
x-speakeasy-entity-operation: UserGroup#create
- target: $["paths"][" /v1/groups/{id}"]["patch"]
update:
x-speakeasy-entity-operation: UserGroup#update
- target: $["paths"][" /v1/groups/{id}"]["delete"]
update:
x-speakeasy-entity-operation: UserGroup#delete
- target: $["components"]["schemas"]["Group"]
update:
x-speakeasy-entity: UserGroup
- target: $["components"]["schemas"]["Group"]["properties"]["users"]
remove: true
- target: $["components"]["schemas"]["CreateGroupReq"]["properties"]["user_ids"]
remove: true
- target: $["components"]["schemas"]["UpdateGroupReq"]["properties"]["user_ids"]
remove: true
- target: $["components"]["schemas"]["Group"]["properties"]["org_id"]
remove: true
- target: $["components"]["schemas"]["Group"]["properties"]["created_at"]
remove: true
- target: $["components"]["schemas"]["Group"]["properties"]["created_at"]
remove: true
- target: $["components"]["schemas"]["Group"]["properties"]["updated_at"]
remove: true
- target: $["components"]["schemas"]["Group"]["properties"]["created_by"]
remove: true
- target: $["components"]["schemas"]["Group"]["properties"]["crt_assignee"]
remove: true