Skip to content

Commit 339e873

Browse files
authored
update readme (#83)
1 parent c455757 commit 339e873

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

readme.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ Alternatively, you can launch the server in a docker container:
3030
docker run --rm -p 8010:8010 scheduler-server
3131
```
3232

33-
## Schedule API
34-
The API is temporarily hosted here: https://scheduler-uobd.onrender.com
35-
3633
### Endpoint
3734
`POST /api/v1/schedule/`
3835

@@ -44,7 +41,7 @@ The API expects a JSON object in the request body with the following properties:
4441

4542
- `t0`: a string representing the start time in the format "YYYY-MM-DD HH:MM"
4643
- `t1`: a string representing the end time in the format "YYYY-MM-DD HH:MM"
47-
- `policy`: a json string representing the scheduling policy. It should contain a `"policy"` key which specify the name of the policy and a `"config"` key which contains a dictionary of configurations for this given policy. The provided configuration will overwrite the default configuration used. Current supported policy names: `"dummy"` and `"basic"`.
44+
- `policy`: a json string representing the scheduling policy. It should contain a `"policy"` key which specify the name of the policy and a `"config"` key which contains a dictionary of configurations for this given policy. The provided configuration will overwrite the default configuration used. Current supported policy names: `"dummy"` and `"basic"`.
4845

4946
### Response
5047

0 commit comments

Comments
 (0)