spec-old/StackScript.yml
endpoint: linode/stackscripts/%s
description: Return a particular region.
url: https://developers.linode.com/v4/reference/endpoints/linode/stackscripts
load-method: get
fillable: true
parameters:
stackscript_id:
type: int
get:
get:
url: https://developers.linode.com/v4/reference/endpoints/linode/stackscripts/$id#GET
description: Returns information about this StackScript.
endpoint:
auto-fill: true
put:
update:
description: Edits this StackScript.
url: https://developers.linode.com/v4/reference/endpoints/linode/stackscripts/$id#PUT
endpoint:
attributes: true
optional:
label:
type: string
description: Label of the stackscript.
delete:
delete:
description: Deletes this StackScript. This action cannot be undone.
url: https://developers.linode.com/v4/reference/endpoints/linode/stackscripts/$id#DELETE
endpoint: