You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/AclResponse.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
9
9
**deleted_at** | **datetime, none_type** | Date and time in ISO 8601 format. | [optional][readonly]
10
10
**updated_at** | **datetime, none_type** | Date and time in ISO 8601 format. | [optional][readonly]
11
11
**service_id** | **str** | | [optional][readonly]
12
-
**version** | **int** | | [optional][readonly]
12
+
**version** | **str** | String representing the number identifying a version of the service. | [optional][readonly]
13
13
**id** | **str** | | [optional][readonly]
14
14
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
**version** | **str** | String representing the number identifying a version of the service. | [optional][readonly]
7
9
**id** | **str** | | [optional][readonly]
8
10
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Copy file name to clipboardExpand all lines: docs/Backend.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Name | Type | Description | Notes
26
26
**shield** | **str, none_type** | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). | [optional]
27
27
**ssl_ca_cert** | **str, none_type** | CA certificate attached to origin. | [optional]
28
28
**ssl_cert_hostname** | **str, none_type** | Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all. | [optional]
29
-
**ssl_check_cert** | **bool** | Be strict on checking SSL certs. | [optional] if omitted the server will use the default value of True
29
+
**ssl_check_cert** | **bool, none_type** | Be strict on checking SSL certs. | [optional] if omitted the server will use the default value of True
30
30
**ssl_ciphers** | **str, none_type** | List of [OpenSSL ciphers](https://www.openssl.org/docs/manmaster/man1/ciphers.html) to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional]
Copy file name to clipboardExpand all lines: docs/BackendApi.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ with fastly.ApiClient(configuration) as api_client:
73
73
shield ="shield_example"# str, none_type | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). (optional)
74
74
ssl_ca_cert ="ssl_ca_cert_example"# str, none_type | CA certificate attached to origin. (optional)
75
75
ssl_cert_hostname ="ssl_cert_hostname_example"# str, none_type | Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all. (optional)
76
-
ssl_check_cert =True# bool | Be strict on checking SSL certs. (optional) if omitted the server will use the default value of True
76
+
ssl_check_cert =True# bool, none_type | Be strict on checking SSL certs. (optional) if omitted the server will use the default value of True
77
77
ssl_ciphers ="ssl_ciphers_example"# str, none_type | List of [OpenSSL ciphers](https://www.openssl.org/docs/manmaster/man1/ciphers.html) to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. (optional)
@@ -129,7 +129,7 @@ Name | Type | Description | Notes
129
129
**shield** | **str, none_type**| Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). | [optional]
130
130
**ssl_ca_cert** | **str, none_type**| CA certificate attached to origin. | [optional]
131
131
**ssl_cert_hostname** | **str, none_type**| Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all. | [optional]
132
-
**ssl_check_cert** | **bool**| Be strict on checking SSL certs. | [optional] if omitted the server will use the default value of True
132
+
**ssl_check_cert** | **bool, none_type**| Be strict on checking SSL certs. | [optional] if omitted the server will use the default value of True
133
133
**ssl_ciphers** | **str, none_type**| List of [OpenSSL ciphers](https://www.openssl.org/docs/manmaster/man1/ciphers.html) to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional]
@@ -467,7 +467,7 @@ with fastly.ApiClient(configuration) as api_client:
467
467
shield ="shield_example"# str, none_type | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). (optional)
468
468
ssl_ca_cert ="ssl_ca_cert_example"# str, none_type | CA certificate attached to origin. (optional)
469
469
ssl_cert_hostname ="ssl_cert_hostname_example"# str, none_type | Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all. (optional)
470
-
ssl_check_cert =True# bool | Be strict on checking SSL certs. (optional) if omitted the server will use the default value of True
470
+
ssl_check_cert =True# bool, none_type | Be strict on checking SSL certs. (optional) if omitted the server will use the default value of True
471
471
ssl_ciphers ="ssl_ciphers_example"# str, none_type | List of [OpenSSL ciphers](https://www.openssl.org/docs/manmaster/man1/ciphers.html) to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. (optional)
@@ -524,7 +524,7 @@ Name | Type | Description | Notes
524
524
**shield** | **str, none_type**| Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). | [optional]
525
525
**ssl_ca_cert** | **str, none_type**| CA certificate attached to origin. | [optional]
526
526
**ssl_cert_hostname** | **str, none_type**| Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all. | [optional]
527
-
**ssl_check_cert** | **bool**| Be strict on checking SSL certs. | [optional] if omitted the server will use the default value of True
527
+
**ssl_check_cert** | **bool, none_type**| Be strict on checking SSL certs. | [optional] if omitted the server will use the default value of True
528
528
**ssl_ciphers** | **str, none_type**| List of [OpenSSL ciphers](https://www.openssl.org/docs/manmaster/man1/ciphers.html) to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional]
Copy file name to clipboardExpand all lines: docs/BackendResponse.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Name | Type | Description | Notes
26
26
**shield** | **str, none_type** | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). | [optional]
27
27
**ssl_ca_cert** | **str, none_type** | CA certificate attached to origin. | [optional]
28
28
**ssl_cert_hostname** | **str, none_type** | Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all. | [optional]
29
-
**ssl_check_cert** | **bool** | Be strict on checking SSL certs. | [optional] if omitted the server will use the default value of True
29
+
**ssl_check_cert** | **bool, none_type** | Be strict on checking SSL certs. | [optional] if omitted the server will use the default value of True
30
30
**ssl_ciphers** | **str, none_type** | List of [OpenSSL ciphers](https://www.openssl.org/docs/manmaster/man1/ciphers.html) to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional]
Copy file name to clipboardExpand all lines: docs/SchemasSnippetResponse.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ Name | Type | Description | Notes
8
8
**dynamic** | **int** | Sets the snippet version. | [optional]
9
9
**type** | **str** | The location in generated VCL where the snippet should be placed. | [optional]
10
10
**content** | **str** | The VCL code that specifies exactly what the snippet does. | [optional]
11
-
**priority** | **int** | Priority determines execution order. Lower numbers execute first. | [optional] if omitted the server will use the default value of 100
12
-
**service_id** | **str** | | [optional][readonly]
13
-
**version** | **int** | | [optional][readonly]
11
+
**priority** | **str** | Priority determines execution order. Lower numbers execute first. | [optional] if omitted the server will use the default value of "100"
14
12
**created_at** | **datetime, none_type** | Date and time in ISO 8601 format. | [optional][readonly]
15
13
**deleted_at** | **datetime, none_type** | Date and time in ISO 8601 format. | [optional][readonly]
16
14
**updated_at** | **datetime, none_type** | Date and time in ISO 8601 format. | [optional][readonly]
15
+
**service_id** | **str** | | [optional][readonly]
16
+
**version** | **str** | String representing the number identifying a version of the service. | [optional][readonly]
17
17
**id** | **str** | | [optional][readonly]
18
18
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Copy file name to clipboardExpand all lines: docs/Snippet.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
**dynamic** | **int** | Sets the snippet version. | [optional]
9
9
**type** | **str** | The location in generated VCL where the snippet should be placed. | [optional]
10
10
**content** | **str** | The VCL code that specifies exactly what the snippet does. | [optional]
11
-
**priority** | **int** | Priority determines execution order. Lower numbers execute first. | [optional] if omitted the server will use the default value of 100
11
+
**priority** | **str** | Priority determines execution order. Lower numbers execute first. | [optional] if omitted the server will use the default value of "100"
12
12
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
13
13
14
14
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/SnippetApi.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ with fastly.ApiClient(configuration) as api_client:
56
56
dynamic =0# int | Sets the snippet version. (optional)
57
57
type="init"# str | The location in generated VCL where the snippet should be placed. (optional)
58
58
content ="content_example"# str | The VCL code that specifies exactly what the snippet does. (optional)
59
-
priority =10#int | Priority determines execution order. Lower numbers execute first. (optional) if omitted the server will use the default value of 100
59
+
priority ="10"#str | Priority determines execution order. Lower numbers execute first. (optional) if omitted the server will use the default value of "100"
60
60
61
61
# example passing only required values which don't have defaults set
62
62
try:
@@ -87,7 +87,7 @@ Name | Type | Description | Notes
87
87
**dynamic** | **int**| Sets the snippet version. | [optional]
88
88
**type** | **str**| The location in generated VCL where the snippet should be placed. | [optional]
89
89
**content** | **str**| The VCL code that specifies exactly what the snippet does. | [optional]
90
-
**priority** | **int**| Priority determines execution order. Lower numbers execute first. | [optional] if omitted the server will use the default value of 100
90
+
**priority** | **str**| Priority determines execution order. Lower numbers execute first. | [optional] if omitted the server will use the default value of "100"
91
91
92
92
### Return type
93
93
@@ -479,7 +479,7 @@ with fastly.ApiClient(configuration) as api_client:
479
479
dynamic =0# int | Sets the snippet version. (optional)
480
480
type="init"# str | The location in generated VCL where the snippet should be placed. (optional)
481
481
content ="content_example"# str | The VCL code that specifies exactly what the snippet does. (optional)
482
-
priority =10#int | Priority determines execution order. Lower numbers execute first. (optional) if omitted the server will use the default value of 100
482
+
priority ="10"#str | Priority determines execution order. Lower numbers execute first. (optional) if omitted the server will use the default value of "100"
483
483
484
484
# example passing only required values which don't have defaults set
485
485
try:
@@ -510,7 +510,7 @@ Name | Type | Description | Notes
510
510
**dynamic** | **int**| Sets the snippet version. | [optional]
511
511
**type** | **str**| The location in generated VCL where the snippet should be placed. | [optional]
512
512
**content** | **str**| The VCL code that specifies exactly what the snippet does. | [optional]
513
-
**priority** | **int**| Priority determines execution order. Lower numbers execute first. | [optional] if omitted the server will use the default value of 100
513
+
**priority** | **str**| Priority determines execution order. Lower numbers execute first. | [optional] if omitted the server will use the default value of "100"
Copy file name to clipboardExpand all lines: docs/SnippetResponse.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ Name | Type | Description | Notes
8
8
**dynamic** | **int** | Sets the snippet version. | [optional]
9
9
**type** | **str** | The location in generated VCL where the snippet should be placed. | [optional]
10
10
**content** | **str** | The VCL code that specifies exactly what the snippet does. | [optional]
11
-
**priority** | **int** | Priority determines execution order. Lower numbers execute first. | [optional] if omitted the server will use the default value of 100
12
-
**service_id** | **str** | | [optional][readonly]
13
-
**version** | **int** | | [optional][readonly]
11
+
**priority** | **str** | Priority determines execution order. Lower numbers execute first. | [optional] if omitted the server will use the default value of "100"
14
12
**created_at** | **datetime, none_type** | Date and time in ISO 8601 format. | [optional][readonly]
15
13
**deleted_at** | **datetime, none_type** | Date and time in ISO 8601 format. | [optional][readonly]
16
14
**updated_at** | **datetime, none_type** | Date and time in ISO 8601 format. | [optional][readonly]
15
+
**service_id** | **str** | | [optional][readonly]
16
+
**version** | **str** | String representing the number identifying a version of the service. | [optional][readonly]
17
17
**id** | **str** | | [optional][readonly]
18
18
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
0 commit comments