cURL
curl --request POST \ --url https://api.rigbox.dev/api/setup-scripts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "content": "<string>", "name": "<string>", "run_on": "<string>", "script_order": 123 } '
{ "content": "<string>", "created_at": "<string>", "id": "<string>", "name": "<string>", "run_on": "<string>", "script_order": 123, "source": "<string>", "updated_at": "<string>", "user_id": "<string>" }
Create a reusable setup script for workspace initialization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Setup script created