Skip to content

Commit ec6040a

Browse files
committed
update primary_key for DomainName resource
1 parent e8d620f commit ec6040a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

generator.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,15 @@ resources:
1919
is_required: false
2020
update_operation:
2121
custom_method_name: customUpdateApi
22+
DomainName:
23+
fields:
24+
DomainName:
25+
is_primary_key: true
26+
is_required: true
27+
from:
28+
operation: CreateDomainName
29+
path: DomainName
2230
operations:
2331
CreateApi:
2432
custom_implementation: customCreateApi
25-
GetDomainName:
26-
primary_identifier_field_name: DomainName
33+

0 commit comments

Comments
 (0)