File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ Web API:
35
35
* ` POST /token ` issues a JWT token valid for one minute ` JWT=$(curl -sd 'anon' podinfo:9898/token | jq -r .token) `
36
36
* ` GET /token/validate ` validates the JWT token ` curl -H "Authorization: Bearer $JWT" podinfo:9898/token/validate `
37
37
* ` GET /configs ` returns a JSON with configmaps and/or secrets mounted in the ` config ` volume
38
- * ` POST /write ` writes the posted content to disk at /data/hash and returns the SHA1 hash of the content
39
- * ` GET /read /{hash} ` returns the content of the file /data/hash if exists
38
+ * ` POST /store ` writes the posted content to disk at /data/hash and returns the SHA1 hash of the content
39
+ * ` GET /store /{hash} ` returns the content of the file /data/hash if exists
40
40
* ` GET /ws/echo ` echos content via websockets ` podcli ws ws://localhost:9898/ws/echo `
41
41
42
42
### Guides
You can’t perform that action at this time.
0 commit comments