diff --git a/docs/userdocs/k8s/api/experiment.md b/docs/userdocs/k8s/api/experiment.md index 892db6ae12..132f60622d 100644 --- a/docs/userdocs/k8s/api/experiment.md +++ b/docs/userdocs/k8s/api/experiment.md @@ -52,7 +52,7 @@ curl -X POST -H "Content-Type: application/json" -d ' } } } -' http://127.0.0.1/api/v1/experiment +' http://127.0.0.1:8080/api/v1/experiment ``` **Example Response:** @@ -99,7 +99,7 @@ curl -X POST -H "Content-Type: application/json" -d ' **Example Request:** ```sh -curl -X GET http://127.0.0.1/api/v1/experiment +curl -X GET http://127.0.0.1:8080/api/v1/experiment ``` **Example Response:** @@ -179,7 +179,7 @@ curl -X GET http://127.0.0.1/api/v1/experiment **Example Request:** ```sh -curl -X GET http://127.0.0.1/api/v1/experiment/experiment_1592057447228_0001 +curl -X GET http://127.0.0.1:8080/api/v1/experiment/experiment_1592057447228_0001 ``` **Example Response:** @@ -251,7 +251,7 @@ curl -X PATCH -H "Content-Type: application/json" -d ' } } } -' http://127.0.0.1/api/v1/experiment/experiment_1592057447228_0001 +' http://127.0.0.1:8080/api/v1/experiment/experiment_1592057447228_0001 ``` **Example Response:** @@ -292,7 +292,7 @@ curl -X PATCH -H "Content-Type: application/json" -d ' **Example Request:** ```sh -curl -X DELETE http://127.0.0.1/api/v1/experiment/experiment_1592057447228_0001 +curl -X DELETE http://127.0.0.1:8080/api/v1/experiment/experiment_1592057447228_0001 ``` **Example Response:** @@ -339,7 +339,7 @@ curl -X DELETE http://127.0.0.1/api/v1/experiment/experiment_1592057447228_0001 **Example Request:** ```sh -curl -X GET http://127.0.0.1/api/v1/experiment/logs +curl -X GET http://127.0.0.1:8080/api/v1/experiment/logs ``` **Example Response:** @@ -382,7 +382,7 @@ curl -X GET http://127.0.0.1/api/v1/experiment/logs **Example Request:** ```sh -curl -X GET http://127.0.0.1/api/v1/experiment/logs/experiment_1589199154923_0002 +curl -X GET http://127.0.0.1:8080/api/v1/experiment/logs/experiment_1589199154923_0002 ``` **Example Response:**