Skip to content

Commit 2568efa

Browse files
feat(api): api update
1 parent 85b2d40 commit 2568efa

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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-04b4dbda89df6bee81c7e2dbb83fe3b82e5a06d8f5d6c88dc0e5ca91e81fe7b6.yml
3-
openapi_spec_hash: 61a00ddb0dd600d4e2b6258cc2da1517
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-67567350789775e1a836ca8c4ec5c9a53fa4f323317bd70350e07a1112d5ada5.yml
3+
openapi_spec_hash: 5dfd94e9f9564db9e16524beebb3fc2d
44
config_hash: 04c3e87def66bed3001640fca84ff9c5

internal/services/dns_record/data_source_schema.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,14 @@ func DataSourceSchema(ctx context.Context) schema.Schema {
192192
},
193193
},
194194
"priority": schema.Float64Attribute{
195-
Description: "priority.",
195+
Description: "Priority.",
196196
Computed: true,
197197
Validators: []validator.Float64{
198198
float64validator.Between(0, 65535),
199199
},
200200
},
201201
"target": schema.StringAttribute{
202-
Description: "target.",
202+
Description: "Target.",
203203
Computed: true,
204204
},
205205
"altitude": schema.Float64Attribute{
@@ -348,7 +348,7 @@ func DataSourceSchema(ctx context.Context) schema.Schema {
348348
},
349349
},
350350
"fingerprint": schema.StringAttribute{
351-
Description: "fingerprint.",
351+
Description: "Fingerprint.",
352352
Computed: true,
353353
},
354354
},

internal/services/dns_record/list_data_source_schema.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,14 +400,14 @@ func ListDataSourceSchema(ctx context.Context) schema.Schema {
400400
},
401401
},
402402
"priority": schema.Float64Attribute{
403-
Description: "priority.",
403+
Description: "Priority.",
404404
Computed: true,
405405
Validators: []validator.Float64{
406406
float64validator.Between(0, 65535),
407407
},
408408
},
409409
"target": schema.StringAttribute{
410-
Description: "target.",
410+
Description: "Target.",
411411
Computed: true,
412412
},
413413
"altitude": schema.Float64Attribute{
@@ -556,7 +556,7 @@ func ListDataSourceSchema(ctx context.Context) schema.Schema {
556556
},
557557
},
558558
"fingerprint": schema.StringAttribute{
559-
Description: "fingerprint.",
559+
Description: "Fingerprint.",
560560
Computed: true,
561561
},
562562
},

internal/services/dns_record/schema.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,14 @@ func ResourceSchema(ctx context.Context) schema.Schema {
163163
},
164164
},
165165
"priority": schema.Float64Attribute{
166-
Description: "priority.",
166+
Description: "Priority.",
167167
Optional: true,
168168
Validators: []validator.Float64{
169169
float64validator.Between(0, 65535),
170170
},
171171
},
172172
"target": schema.StringAttribute{
173-
Description: "target.",
173+
Description: "Target.",
174174
Optional: true,
175175
},
176176
"altitude": schema.Float64Attribute{
@@ -319,7 +319,7 @@ func ResourceSchema(ctx context.Context) schema.Schema {
319319
},
320320
},
321321
"fingerprint": schema.StringAttribute{
322-
Description: "fingerprint.",
322+
Description: "Fingerprint.",
323323
Optional: true,
324324
},
325325
},

0 commit comments

Comments
 (0)