Skip to main content

Types

NameProperties

DevResource

A dev resource in a file.

idString
Unique identifier of the dev resource
nameString
The name of the dev resource.
urlString
The URL of the dev resource.
file_keyString
The file key where the dev resource belongs.
node_idString
The target node to attach the dev resource to.

DevResourceCreate

Payload to create a dev resource in a file.

nameString
The name of the dev resource.
urlString
The URL of the dev resource.
file_keyString
The file key where the dev resource belongs. This must be a main file key, not a branch key.
node_idString
The target node to attach the dev resource to.

DevResourceUpdate

Payload to update a dev resource in a file.

idString
Unique identifier of the dev resource
nameString
The name of the dev resource.
urlString
The URL of the dev resource.