.create()
- JavaScript
- TypeScript
Returns a ArchitectResource
which represents your created resource.
#
ParametersThis method takes 1 parameter:
Parameter | Required | Type | Default value | Description |
---|---|---|---|---|
resourceData | true | Record<string, any> | Data representing the resource you want to create |
#
ResponseSuccessful response returns a HTTP 200 OK
status and the following body:
Type | Description |
---|---|
ArchitectResource | Created resource |