.update()
- JavaScript
- TypeScript
Returns a ArchitectResource
which represents your updated resource.
#
ParametersThis method takes 2 parameters:
Parameter | Required | Type | Default value | Description |
---|---|---|---|---|
resourceId | true | string | Id representing id of your resource | |
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 |Updated resource |