2222 description : Lists the accessible accounts.
2323 operationId : listAccounts
2424 parameters :
25- - $ref : common.yaml #/components/parameters/like
26- - $ref : common.yaml #/components/parameters/showLimit
25+ - $ref : ' #/components/parameters/like'
26+ - $ref : ' #/components/parameters/showLimit'
2727 - name : history
2828 in : query
2929 description : Optionally includes dropped accounts that have not yet been purged.
@@ -34,39 +34,39 @@ paths:
3434 description : Successful request.
3535 headers :
3636 X-Snowflake-Request-ID :
37- $ref : common.yaml #/components/headers/X-Snowflake-Request-ID
37+ $ref : ' #/components/headers/X-Snowflake-Request-ID'
3838 content :
3939 application/json :
4040 schema :
4141 type : array
4242 items :
4343 $ref : ' #/components/schemas/Account'
4444 ' 202 ' :
45- $ref : common.yaml #/components/responses/202SuccessAcceptedResponse
45+ $ref : ' #/components/responses/202SuccessAcceptedResponse'
4646 ' 400 ' :
47- $ref : common.yaml #/components/responses/400BadRequest
47+ $ref : ' #/components/responses/400BadRequest'
4848 ' 401 ' :
49- $ref : common.yaml #/components/responses/401Unauthorized
49+ $ref : ' #/components/responses/401Unauthorized'
5050 ' 403 ' :
51- $ref : common.yaml #/components/responses/403Forbidden
51+ $ref : ' #/components/responses/403Forbidden'
5252 ' 404 ' :
53- $ref : common.yaml #/components/responses/404NotFound
53+ $ref : ' #/components/responses/404NotFound'
5454 ' 405 ' :
55- $ref : common.yaml #/components/responses/405MethodNotAllowed
55+ $ref : ' #/components/responses/405MethodNotAllowed'
5656 ' 408 ' :
57- $ref : common.yaml #/components/responses/408RequestTimeout
57+ $ref : ' #/components/responses/408RequestTimeout'
5858 ' 409 ' :
59- $ref : common.yaml #/components/responses/409Conflict
59+ $ref : ' #/components/responses/409Conflict'
6060 ' 410 ' :
61- $ref : common.yaml #/components/responses/410Gone
61+ $ref : ' #/components/responses/410Gone'
6262 ' 429 ' :
63- $ref : common.yaml #/components/responses/429LimitExceeded
63+ $ref : ' #/components/responses/429LimitExceeded'
6464 ' 500 ' :
65- $ref : common.yaml #/components/responses/500InternalServerError
65+ $ref : ' #/components/responses/500InternalServerError'
6666 ' 503 ' :
67- $ref : common.yaml #/components/responses/503ServiceUnavailable
67+ $ref : ' #/components/responses/503ServiceUnavailable'
6868 ' 504 ' :
69- $ref : common.yaml #/components/responses/504GatewayTimeout
69+ $ref : ' #/components/responses/504GatewayTimeout'
7070 post :
7171 summary : Create an account.
7272 tags :
@@ -82,33 +82,33 @@ paths:
8282 $ref : ' #/components/schemas/Account'
8383 responses :
8484 ' 200 ' :
85- $ref : common.yaml #/components/responses/200SuccessResponse
85+ $ref : ' #/components/responses/200SuccessResponse'
8686 ' 202 ' :
87- $ref : common.yaml #/components/responses/202SuccessAcceptedResponse
87+ $ref : ' #/components/responses/202SuccessAcceptedResponse'
8888 ' 400 ' :
89- $ref : common.yaml #/components/responses/400BadRequest
89+ $ref : ' #/components/responses/400BadRequest'
9090 ' 401 ' :
91- $ref : common.yaml #/components/responses/401Unauthorized
91+ $ref : ' #/components/responses/401Unauthorized'
9292 ' 403 ' :
93- $ref : common.yaml #/components/responses/403Forbidden
93+ $ref : ' #/components/responses/403Forbidden'
9494 ' 404 ' :
95- $ref : common.yaml #/components/responses/404NotFound
95+ $ref : ' #/components/responses/404NotFound'
9696 ' 405 ' :
97- $ref : common.yaml #/components/responses/405MethodNotAllowed
97+ $ref : ' #/components/responses/405MethodNotAllowed'
9898 ' 408 ' :
99- $ref : common.yaml #/components/responses/408RequestTimeout
99+ $ref : ' #/components/responses/408RequestTimeout'
100100 ' 409 ' :
101- $ref : common.yaml #/components/responses/409Conflict
101+ $ref : ' #/components/responses/409Conflict'
102102 ' 410 ' :
103- $ref : common.yaml #/components/responses/410Gone
103+ $ref : ' #/components/responses/410Gone'
104104 ' 429 ' :
105- $ref : common.yaml #/components/responses/429LimitExceeded
105+ $ref : ' #/components/responses/429LimitExceeded'
106106 ' 500 ' :
107- $ref : common.yaml #/components/responses/500InternalServerError
107+ $ref : ' #/components/responses/500InternalServerError'
108108 ' 503 ' :
109- $ref : common.yaml #/components/responses/503ServiceUnavailable
109+ $ref : ' #/components/responses/503ServiceUnavailable'
110110 ' 504 ' :
111- $ref : common.yaml #/components/responses/504GatewayTimeout
111+ $ref : ' #/components/responses/504GatewayTimeout'
112112 /api/v2/accounts/{name} :
113113 delete :
114114 summary : Delete an account.
@@ -119,8 +119,8 @@ paths:
119119 failure is returned if the account does not exist. if the drop is unsuccessful.
120120 operationId : deleteAccount
121121 parameters :
122- - $ref : common.yaml #/components/parameters/name
123- - $ref : common.yaml #/components/parameters/ifExists
122+ - $ref : ' #/components/parameters/name'
123+ - $ref : ' #/components/parameters/ifExists'
124124 - name : gracePeriodInDays
125125 in : query
126126 description : " Specifies the number of days during which the account can be\
@@ -131,33 +131,33 @@ paths:
131131 required : true
132132 responses :
133133 ' 200 ' :
134- $ref : common.yaml #/components/responses/200SuccessResponse
134+ $ref : ' #/components/responses/200SuccessResponse'
135135 ' 202 ' :
136- $ref : common.yaml #/components/responses/202SuccessAcceptedResponse
136+ $ref : ' #/components/responses/202SuccessAcceptedResponse'
137137 ' 400 ' :
138- $ref : common.yaml #/components/responses/400BadRequest
138+ $ref : ' #/components/responses/400BadRequest'
139139 ' 401 ' :
140- $ref : common.yaml #/components/responses/401Unauthorized
140+ $ref : ' #/components/responses/401Unauthorized'
141141 ' 403 ' :
142- $ref : common.yaml #/components/responses/403Forbidden
142+ $ref : ' #/components/responses/403Forbidden'
143143 ' 404 ' :
144- $ref : common.yaml #/components/responses/404NotFound
144+ $ref : ' #/components/responses/404NotFound'
145145 ' 405 ' :
146- $ref : common.yaml #/components/responses/405MethodNotAllowed
146+ $ref : ' #/components/responses/405MethodNotAllowed'
147147 ' 408 ' :
148- $ref : common.yaml #/components/responses/408RequestTimeout
148+ $ref : ' #/components/responses/408RequestTimeout'
149149 ' 409 ' :
150- $ref : common.yaml #/components/responses/409Conflict
150+ $ref : ' #/components/responses/409Conflict'
151151 ' 410 ' :
152- $ref : common.yaml #/components/responses/410Gone
152+ $ref : ' #/components/responses/410Gone'
153153 ' 429 ' :
154- $ref : common.yaml #/components/responses/429LimitExceeded
154+ $ref : ' #/components/responses/429LimitExceeded'
155155 ' 500 ' :
156- $ref : common.yaml #/components/responses/500InternalServerError
156+ $ref : ' #/components/responses/500InternalServerError'
157157 ' 503 ' :
158- $ref : common.yaml #/components/responses/503ServiceUnavailable
158+ $ref : ' #/components/responses/503ServiceUnavailable'
159159 ' 504 ' :
160- $ref : common.yaml #/components/responses/504GatewayTimeout
160+ $ref : ' #/components/responses/504GatewayTimeout'
161161 /api/v2/accounts/{name}:undrop :
162162 post :
163163 summary : Restore an account.
@@ -167,36 +167,36 @@ paths:
167167 (a dropped account that is within its grace period).
168168 operationId : UndropAccount
169169 parameters :
170- - $ref : common.yaml #/components/parameters/name
170+ - $ref : ' #/components/parameters/name'
171171 responses :
172172 ' 200 ' :
173- $ref : common.yaml #/components/responses/200SuccessResponse
173+ $ref : ' #/components/responses/200SuccessResponse'
174174 ' 202 ' :
175- $ref : common.yaml #/components/responses/202SuccessAcceptedResponse
175+ $ref : ' #/components/responses/202SuccessAcceptedResponse'
176176 ' 400 ' :
177- $ref : common.yaml #/components/responses/400BadRequest
177+ $ref : ' #/components/responses/400BadRequest'
178178 ' 401 ' :
179- $ref : common.yaml #/components/responses/401Unauthorized
179+ $ref : ' #/components/responses/401Unauthorized'
180180 ' 403 ' :
181- $ref : common.yaml #/components/responses/403Forbidden
181+ $ref : ' #/components/responses/403Forbidden'
182182 ' 404 ' :
183- $ref : common.yaml #/components/responses/404NotFound
183+ $ref : ' #/components/responses/404NotFound'
184184 ' 405 ' :
185- $ref : common.yaml #/components/responses/405MethodNotAllowed
185+ $ref : ' #/components/responses/405MethodNotAllowed'
186186 ' 408 ' :
187- $ref : common.yaml #/components/responses/408RequestTimeout
187+ $ref : ' #/components/responses/408RequestTimeout'
188188 ' 409 ' :
189- $ref : common.yaml #/components/responses/409Conflict
189+ $ref : ' #/components/responses/409Conflict'
190190 ' 410 ' :
191- $ref : common.yaml #/components/responses/410Gone
191+ $ref : ' #/components/responses/410Gone'
192192 ' 429 ' :
193- $ref : common.yaml #/components/responses/429LimitExceeded
193+ $ref : ' #/components/responses/429LimitExceeded'
194194 ' 500 ' :
195- $ref : common.yaml #/components/responses/500InternalServerError
195+ $ref : ' #/components/responses/500InternalServerError'
196196 ' 503 ' :
197- $ref : common.yaml #/components/responses/503ServiceUnavailable
197+ $ref : ' #/components/responses/503ServiceUnavailable'
198198 ' 504 ' :
199- $ref : common.yaml #/components/responses/504GatewayTimeout
199+ $ref : ' #/components/responses/504GatewayTimeout'
200200components :
201201 schemas :
202202 Account :
@@ -208,7 +208,7 @@ components:
208208 readOnly : true
209209 description : Name of the organization.
210210 name :
211- $ref : ./common.yaml #/components/schemas/Identifier
211+ $ref : ' #/components/schemas/Identifier'
212212 description : User-defined name that identifies an account within the organization.
213213 region_group :
214214 type : string
@@ -593,11 +593,11 @@ components:
593593 - $ref : ' #/components/schemas/TargetLag'
594594 securitySchemes :
595595 KeyPair :
596- $ref : common.yaml #/components/securitySchemes/KeyPair
596+ $ref : ' #/components/securitySchemes/KeyPair'
597597 ExternalOAuth :
598- $ref : common.yaml #/components/securitySchemes/ExternalOAuth
598+ $ref : ' #/components/securitySchemes/ExternalOAuth'
599599 SnowflakeOAuth :
600- $ref : common.yaml #/components/securitySchemes/SnowflakeOAuth
600+ $ref : ' #/components/securitySchemes/SnowflakeOAuth'
601601 parameters :
602602 database :
603603 name : database
@@ -608,7 +608,7 @@ components:
608608 in : path
609609 schema :
610610 example : TEST_DB
611- $ref : ./common.yaml #/components/schemas/Identifier
611+ $ref : ' #/components/schemas/Identifier'
612612 schema :
613613 name : schema
614614 description : Identifier (i.e. name) for the schema to which the resource belongs.
@@ -618,7 +618,7 @@ components:
618618 in : path
619619 schema :
620620 example : TEST_SCHEMA
621- $ref : ./common.yaml #/components/schemas/Identifier
621+ $ref : ' #/components/schemas/Identifier'
622622 application :
623623 name : application
624624 description : Identifier (i.e. name) for the application to which the resource
@@ -628,15 +628,15 @@ components:
628628 in : path
629629 schema :
630630 example : TEST_APPLICATION
631- $ref : ./common.yaml #/components/schemas/Identifier
631+ $ref : ' #/components/schemas/Identifier'
632632 name :
633633 name : name
634634 description : Identifier (i.e. name) for the resource.
635635 required : true
636636 in : path
637637 schema :
638638 example : TEST_NAME
639- $ref : ./common.yaml #/components/schemas/Identifier
639+ $ref : ' #/components/schemas/Identifier'
640640 nameWithArgs :
641641 name : nameWithArgs
642642 description : Function's name with Args
0 commit comments