Skip to content

Commit 17537f6

Browse files
committed
Fix spark-jobserver#413 doc bug
1 parent da47bde commit 17537f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ Flow diagrams are checked in in the doc/ subdirectory. .diagram files are for w
519519
GET /contexts - lists all current contexts
520520
POST /contexts/<name> - creates a new context
521521
DELETE /contexts/<name> - stops a context and all jobs running in it
522-
PUT /contexts?reload=reboot - kills all contexts and re-loads only the contexts from config
522+
PUT /contexts?reset=reboot - kills all contexts and re-loads only the contexts from config
523523
524524
Spark context configuration params can follow `POST /contexts/<name>` as query params. See section below for more details.
525525

0 commit comments

Comments
 (0)