Scripts

Update a script

Update a project script's body and/or description.

patch/scripts/{name}

Path parameters

namestring required

Script to update.

Request body

projectIdstring uuid

Project that owns the script. Auto-filled from CLI and SDK context when omitted.

contentstring

New script body. Omit to leave content unchanged.

descriptionstring nullable

New description, or null to clear it. Omit to leave unchanged.

Response

OK

Changes

No recorded changes to this endpoint across all 4 revisions of this API.