Comment on page
Parameters
Add a param to a resource
Argument | Type | Required | Default | Description |
name | any | Yes | --- | The name of the param |
description | any | No | | The description of the param |
required | any | No | false | Is the param required |
default | any | No | | The default value of the param |
type | any | No | string | The type of the param |
Set all the required parameters of a resource
Argument | Type | Required | Default | Description |
params | array | Yes | --- | Set the parameters of a resource |
Last modified 5yr ago