Create Or Update Script
Scripts
Create Or Update Script
Create or update a script.
Args: script_name: Name of the script (from URL path) script: Script object with content
Returns: Success message when script is saved
Raises: HTTPException: 400 if save error occurs
POST
Create Or Update Script
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Body
application/json
Script file content
Script source code
Response
Successful Response

