@@ -754,7 +754,7 @@ export interface external {
754
754
* 1-Click application data, each of which will contain the the slug and type for the 1-Click.
755
755
*/
756
756
"resources/1-clicks/oneClicks_list.yml": {
757
- parameters: {
757
+ parameters? : {
758
758
query?: {
759
759
type?: external["resources/1-clicks/parameters.yml"]["oneClicks_type"];
760
760
};
@@ -905,7 +905,7 @@ export interface external {
905
905
* @description This will be the entire list of actions taken on your account, so it will be quite large. As with any large collection returned by the API, the results will be paginated with only 20 on each page by default.
906
906
*/
907
907
"resources/actions/actions_list.yml": {
908
- parameters: {
908
+ parameters? : {
909
909
query?: {
910
910
per_page?: external["shared/parameters.yml"]["per_page"];
911
911
page?: external["shared/parameters.yml"]["page"];
@@ -1112,7 +1112,7 @@ export interface external {
1112
1112
* @description Create a new app by submitting an app specification. For documentation on app specifications (`AppSpec` objects), please refer to [the product documentation](https://docs.digitalocean.com/products/app-platform/reference/app-spec/).
1113
1113
*/
1114
1114
"resources/apps/apps_create.yml": {
1115
- parameters: {
1115
+ parameters? : {
1116
1116
header?: {
1117
1117
Accept?: external["resources/apps/parameters.yml"]["accept"];
1118
1118
"Content-Type"?: external["resources/apps/parameters.yml"]["content-type"];
@@ -1497,7 +1497,7 @@ export interface external {
1497
1497
* @description List all apps on your account. Information about the current active deployment as well as any in progress ones will also be included for each app.
1498
1498
*/
1499
1499
"resources/apps/apps_list.yml": {
1500
- parameters: {
1500
+ parameters? : {
1501
1501
query?: {
1502
1502
page?: external["shared/parameters.yml"]["page"];
1503
1503
per_page?: external["shared/parameters.yml"]["per_page"];
@@ -3277,7 +3277,7 @@ export interface external {
3277
3277
* @description To retrieve a list of all invoices, send a GET request to `/v2/customers/my/invoices`.
3278
3278
*/
3279
3279
"resources/billing/invoices_list.yml": {
3280
- parameters: {
3280
+ parameters? : {
3281
3281
query?: {
3282
3282
per_page?: external["shared/parameters.yml"]["per_page"];
3283
3283
page?: external["shared/parameters.yml"]["page"];
@@ -3716,7 +3716,7 @@ export interface external {
3716
3716
* @description To list all of the CDN endpoints available on your account, send a GET request to `/v2/cdn/endpoints`.
3717
3717
*/
3718
3718
"resources/cdn/cdn_list_endpoints.yml": {
3719
- parameters: {
3719
+ parameters? : {
3720
3720
query?: {
3721
3721
per_page?: external["shared/parameters.yml"]["per_page"];
3722
3722
page?: external["shared/parameters.yml"]["page"];
@@ -3959,7 +3959,7 @@ export interface external {
3959
3959
* @description To list all of the certificates available on your account, send a GET request to `/v2/certificates`.
3960
3960
*/
3961
3961
"resources/certificates/certificates_list.yml": {
3962
- parameters: {
3962
+ parameters? : {
3963
3963
query?: {
3964
3964
per_page?: external["shared/parameters.yml"]["per_page"];
3965
3965
page?: external["shared/parameters.yml"]["page"];
@@ -4795,7 +4795,7 @@ export interface external {
4795
4795
* The embedded `maintenance_window` object will contain information about any scheduled maintenance for the database cluster.
4796
4796
*/
4797
4797
"resources/databases/databases_list_clusters.yml": {
4798
- parameters: {
4798
+ parameters? : {
4799
4799
query?: {
4800
4800
tag_name?: external["resources/databases/parameters.yml"]["tag_name"];
4801
4801
};
@@ -6783,7 +6783,7 @@ export interface external {
6783
6783
* @description To retrieve a list of all of the domains in your account, send a GET request to `/v2/domains`.
6784
6784
*/
6785
6785
"resources/domains/domains_list.yml": {
6786
- parameters: {
6786
+ parameters? : {
6787
6787
query?: {
6788
6788
per_page?: external["shared/parameters.yml"]["per_page"];
6789
6789
page?: external["shared/parameters.yml"]["page"];
@@ -7110,7 +7110,7 @@ export interface external {
7110
7110
* - `snapshot`
7111
7111
*/
7112
7112
"resources/droplets/dropletActions_post_byTag.yml": {
7113
- parameters: {
7113
+ parameters? : {
7114
7114
query?: {
7115
7115
tag_name?: external["resources/droplets/parameters.yml"]["droplet_tag_name"];
7116
7116
};
@@ -7603,7 +7603,7 @@ export interface external {
7603
7603
* `/v2/droplets?tag_name=$TAG_NAME`.
7604
7604
*/
7605
7605
"resources/droplets/droplets_list.yml": {
7606
- parameters: {
7606
+ parameters? : {
7607
7607
query?: {
7608
7608
per_page?: external["shared/parameters.yml"]["per_page"];
7609
7609
page?: external["shared/parameters.yml"]["page"];
@@ -8683,7 +8683,7 @@ export interface external {
8683
8683
* @description To list all of the firewalls available on your account, send a GET request to `/v2/firewalls`.
8684
8684
*/
8685
8685
"resources/firewalls/firewalls_list.yml": {
8686
- parameters: {
8686
+ parameters? : {
8687
8687
query?: {
8688
8688
per_page?: external["shared/parameters.yml"]["per_page"];
8689
8689
page?: external["shared/parameters.yml"]["page"];
@@ -8945,7 +8945,7 @@ export interface external {
8945
8945
* @description To list all of the floating IPs available on your account, send a GET request to `/v2/floating_ips`.
8946
8946
*/
8947
8947
"resources/floating_ips/floatingIPs_list.yml": {
8948
- parameters: {
8948
+ parameters? : {
8949
8949
query?: {
8950
8950
per_page?: external["shared/parameters.yml"]["per_page"];
8951
8951
page?: external["shared/parameters.yml"]["page"];
@@ -9804,7 +9804,7 @@ export interface external {
9804
9804
* To list all images assigned to a specific tag, include the `tag_name` query parameter set to the name of the tag in your GET request. For example, `/v2/images?tag_name=$TAG_NAME`.
9805
9805
*/
9806
9806
"resources/images/images_list.yml": {
9807
- parameters: {
9807
+ parameters? : {
9808
9808
query?: {
9809
9809
type?: external["resources/images/parameters.yml"]["type"];
9810
9810
private?: external["resources/images/parameters.yml"]["private"];
@@ -10443,7 +10443,7 @@ export interface external {
10443
10443
* to `/v2/kubernetes/clusters`.
10444
10444
*/
10445
10445
"resources/kubernetes/kubernetes_list_clusters.yml": {
10446
- parameters: {
10446
+ parameters? : {
10447
10447
query?: {
10448
10448
per_page?: external["shared/parameters.yml"]["per_page"];
10449
10449
page?: external["shared/parameters.yml"]["page"];
@@ -11508,7 +11508,7 @@ export interface external {
11508
11508
* to `/v2/load_balancers`.
11509
11509
*/
11510
11510
"resources/load_balancers/loadBalancers_list.yml": {
11511
- parameters: {
11511
+ parameters? : {
11512
11512
query?: {
11513
11513
per_page?: external["shared/parameters.yml"]["per_page"];
11514
11514
page?: external["shared/parameters.yml"]["page"];
@@ -12372,7 +12372,7 @@ export interface external {
12372
12372
* @description Returns all alert policies that are configured for the given account. To List all alert policies, send a GET request to `/v2/monitoring/alerts`.
12373
12373
*/
12374
12374
"resources/monitoring/monitoring_list_alertPolicy.yml": {
12375
- parameters: {
12375
+ parameters? : {
12376
12376
query?: {
12377
12377
per_page?: external["shared/parameters.yml"]["per_page"];
12378
12378
page?: external["shared/parameters.yml"]["page"];
@@ -12787,7 +12787,7 @@ export interface external {
12787
12787
* @description To list all your projects, send a GET request to `/v2/projects`.
12788
12788
*/
12789
12789
"resources/projects/projects_list.yml": {
12790
- parameters: {
12790
+ parameters? : {
12791
12791
query?: {
12792
12792
per_page?: external["shared/parameters.yml"]["per_page"];
12793
12793
page?: external["shared/parameters.yml"]["page"];
@@ -13023,7 +13023,7 @@ export interface external {
13023
13023
* The response will be a JSON object with a key called `regions`. The value of this will be an array of `region` objects, each of which will contain the standard region attributes.
13024
13024
*/
13025
13025
"resources/regions/regions_list.yml": {
13026
- parameters: {
13026
+ parameters? : {
13027
13027
query?: {
13028
13028
per_page?: external["shared/parameters.yml"]["per_page"];
13029
13029
page?: external["shared/parameters.yml"]["page"];
@@ -13447,7 +13447,7 @@ export interface external {
13447
13447
* credentials that expire after one hour.
13448
13448
*/
13449
13449
"resources/registry/registry_get_dockerCredentials.yml": {
13450
- parameters: {
13450
+ parameters? : {
13451
13451
query?: {
13452
13452
expiry_seconds?: external["resources/registry/parameters.yml"]["registry_expiry_seconds"];
13453
13453
read_write?: external["resources/registry/parameters.yml"]["registry_read_write"];
@@ -14036,7 +14036,7 @@ export interface external {
14036
14036
* @description To list all of the reserved IPs available on your account, send a GET request to `/v2/reserved_ips`.
14037
14037
*/
14038
14038
"resources/reserved_ips/reservedIPs_list.yml": {
14039
- parameters: {
14039
+ parameters? : {
14040
14040
query?: {
14041
14041
per_page?: external["shared/parameters.yml"]["per_page"];
14042
14042
page?: external["shared/parameters.yml"]["page"];
@@ -14284,7 +14284,7 @@ export interface external {
14284
14284
* The response will be a JSON object with a key called `sizes`. The value of this will be an array of `size` objects each of which contain the standard size attributes.
14285
14285
*/
14286
14286
"resources/sizes/sizes_list.yml": {
14287
- parameters: {
14287
+ parameters? : {
14288
14288
query?: {
14289
14289
per_page?: external["shared/parameters.yml"]["per_page"];
14290
14290
page?: external["shared/parameters.yml"]["page"];
@@ -14457,7 +14457,7 @@ export interface external {
14457
14457
* query parameter set to `volume`. For example, `/v2/snapshots?resource_type=volume`.
14458
14458
*/
14459
14459
"resources/snapshots/snapshots_list.yml": {
14460
- parameters: {
14460
+ parameters? : {
14461
14461
query?: {
14462
14462
per_page?: external["shared/parameters.yml"]["per_page"];
14463
14463
page?: external["shared/parameters.yml"]["page"];
@@ -14597,7 +14597,7 @@ export interface external {
14597
14597
* @description To list all of the keys in your account, send a GET request to `/v2/account/keys`. The response will be a JSON object with a key set to `ssh_keys`. The value of this will be an array of ssh_key objects, each of which contains the standard ssh_key attributes.
14598
14598
*/
14599
14599
"resources/ssh_keys/sshKeys_list.yml": {
14600
- parameters: {
14600
+ parameters? : {
14601
14601
query?: {
14602
14602
per_page?: external["shared/parameters.yml"]["per_page"];
14603
14603
page?: external["shared/parameters.yml"]["page"];
@@ -14868,7 +14868,7 @@ export interface external {
14868
14868
* @description To list all of your tags, you can send a GET request to `/v2/tags`.
14869
14869
*/
14870
14870
"resources/tags/tags_list.yml": {
14871
- parameters: {
14871
+ parameters? : {
14872
14872
query?: {
14873
14873
per_page?: external["shared/parameters.yml"]["per_page"];
14874
14874
page?: external["shared/parameters.yml"]["page"];
@@ -15090,7 +15090,7 @@ export interface external {
15090
15090
* @description To list all of the Uptime checks on your account, send a GET request to `/v2/uptime/checks`.
15091
15091
*/
15092
15092
"resources/uptime/list_checks.yml": {
15093
- parameters: {
15093
+ parameters? : {
15094
15094
query?: {
15095
15095
per_page?: external["shared/parameters.yml"]["per_page"];
15096
15096
page?: external["shared/parameters.yml"]["page"];
@@ -15694,7 +15694,7 @@ export interface external {
15694
15694
* | region | Set to the slug representing the region where the volume is located |
15695
15695
*/
15696
15696
"resources/volumes/volumeActions_post.yml": {
15697
- parameters: {
15697
+ parameters? : {
15698
15698
query?: {
15699
15699
per_page?: external["shared/parameters.yml"]["per_page"];
15700
15700
page?: external["shared/parameters.yml"]["page"];
@@ -15740,7 +15740,7 @@ export interface external {
15740
15740
* No response body will be sent back, but the response code will indicate success. Specifically, the response code will be a 204, which means that the action was successful with no returned body data.
15741
15741
*/
15742
15742
"resources/volumes/volumes_delete_byName.yml": {
15743
- parameters: {
15743
+ parameters? : {
15744
15744
query?: {
15745
15745
name?: external["resources/volumes/parameters.yml"]["volume_name"];
15746
15746
region?: external["shared/parameters.yml"]["region"];
@@ -15807,7 +15807,7 @@ export interface external {
15807
15807
* It is also possible to retrieve information about a block storage volume by name. To do so, send a GET request with the volume's name and the region slug for the region it is located in as query parameters to `/v2/volumes?name=$VOLUME_NAME®ion=nyc1`.
15808
15808
*/
15809
15809
"resources/volumes/volumes_list.yml": {
15810
- parameters: {
15810
+ parameters? : {
15811
15811
query?: {
15812
15812
name?: external["resources/volumes/parameters.yml"]["volume_name"];
15813
15813
region?: external["shared/parameters.yml"]["region"];
@@ -16128,7 +16128,7 @@ export interface external {
16128
16128
* @description To list all of the VPCs on your account, send a GET request to `/v2/vpcs`.
16129
16129
*/
16130
16130
"resources/vpcs/vpcs_list.yml": {
16131
- parameters: {
16131
+ parameters? : {
16132
16132
query?: {
16133
16133
per_page?: external["shared/parameters.yml"]["per_page"];
16134
16134
page?: external["shared/parameters.yml"]["page"];
0 commit comments