Closed magodo closed 2 weeks ago
restful_resource : read_selector supports $(body) parameter. Previously, only literal value is supported.
restful_resource
read_selector
$(body)
The body parameter is expanded by referencing the output from:
output
Read
Update
create_selector
Create
To import a resource with read_selector, specify it in the import spec.
Related to #121.
restful_resource
:read_selector
supports$(body)
parameter. Previously, only literal value is supported.The body parameter is expanded by referencing the
output
from:Read
and the read inUpdate
create_selector
) for read inCreate
To import a resource with
read_selector
, specify it in the import spec.Related to #121.