Skip to main content

editDevResourceAsync

Edits a dev resource on a node. This will fail if the node does not have a dev resource with the same url.

Signature

editDevResourceAsync(currentUrl: string, newValue: { name: string; url: string }): Promise<void>

Parameters

currentUrl

The current url of the dev resource.

newValue

The new name and/or url of the dev resource.