Skip to content

Commit c9f96d3

Browse files
feat(api): api update
1 parent f244095 commit c9f96d3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
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
44
config_hash: de4c81cee29cd7dd907279e8916b334f

internal/services/list_item/data_source_schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func DataSourceSchema(ctx context.Context) schema.Schema {
4242
Computed: true,
4343
},
4444
"id": schema.StringAttribute{
45-
Description: "The unique ID of the list.",
45+
Description: "Defines the unique ID of the item in the List.",
4646
Computed: true,
4747
},
4848
"ip": schema.StringAttribute{

internal/services/list_item/list_data_source_schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func ListDataSourceSchema(ctx context.Context) schema.Schema {
4343
NestedObject: schema.NestedAttributeObject{
4444
Attributes: map[string]schema.Attribute{
4545
"id": schema.StringAttribute{
46-
Description: "The unique ID of the list.",
46+
Description: "Defines the unique ID of the item in the List.",
4747
Computed: true,
4848
},
4949
"created_on": schema.StringAttribute{

0 commit comments

Comments
 (0)