File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
internal/services/list_item Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1793
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-de6f14467169605ca0279cc303e66c1704eafe0328a15a8c109be6d8f2e767cb .yml
3
- openapi_spec_hash : 34dc001668d442bb4d55b38ec2828493
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-2af46353a729e62c9ea22ae849a211ed533e002d56b4f14766bf68e04b9c6336 .yml
3
+ openapi_spec_hash : 16bc079d459c9276d81851af79946e46
4
4
config_hash : de4c81cee29cd7dd907279e8916b334f
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ func DataSourceSchema(ctx context.Context) schema.Schema {
42
42
Computed : true ,
43
43
},
44
44
"id" : schema.StringAttribute {
45
- Description : "The unique ID of the list ." ,
45
+ Description : "Defines the unique ID of the item in the List ." ,
46
46
Computed : true ,
47
47
},
48
48
"ip" : schema.StringAttribute {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ func ListDataSourceSchema(ctx context.Context) schema.Schema {
43
43
NestedObject : schema.NestedAttributeObject {
44
44
Attributes : map [string ]schema.Attribute {
45
45
"id" : schema.StringAttribute {
46
- Description : "The unique ID of the list ." ,
46
+ Description : "Defines the unique ID of the item in the List ." ,
47
47
Computed : true ,
48
48
},
49
49
"created_on" : schema.StringAttribute {
You can’t perform that action at this time.
0 commit comments