Update script metadata without uploading a new script archive.
Authentication: JWT token required Authorization: Admin or script owner access required Content-Type: application/json
Path Parameters:
- script: Script identifier/slug or UUID
Request Body (all fields optional):
{
"name": "New Script Name",
"description": "Updated description",
"uses_gee": true
}
Updatable Fields:
- name: Script display name
- description: Script description text
- uses_gee: Whether the script uses Google Earth Engine (boolean)
Error Responses:
- 400 Bad Request: No valid fields provided
- 401 Unauthorized: JWT token required
- 403 Forbidden: Insufficient permissions
- 404 Not Found: Script does not exist
patch/api/v1/script/{script}/config
Path parameters
scriptstring required
Path parameter: script
Request body
object required
Response
Success
object required