We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d0b77 commit f1cb3a5Copy full SHA for f1cb3a5
docs/reference/index.md
@@ -94,7 +94,7 @@ activity.
94
do
95
if pgrep -f "my_training_script.py" > /dev/null
96
then
97
- curl -X POST "https://coder.example.com/api/v2/workspaces/$WORKSPACE_ID/extend" \
+ curl -X PUT "https://coder.example.com/api/v2/workspaces/$WORKSPACE_ID/extend" \
98
-H "Coder-Session-Token: $CODER_AGENT_TOKEN" \
99
-d '{
100
"deadline": "2019-08-24T14:15:22Z"
0 commit comments