Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
catttam committed Sep 1, 2023
1 parent 0457fef commit 98b6c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ services = client.list_services() # returns an http response or an HTTPError
**create_service**
``` python
# create a service
err = client.create_service("path_to_fdl") # returns nothing if the service is created or an error if something goes wrong
err = client.create_service("path_to_fdl" | "JSON_definition") # returns nothing if the service is created or an error if something goes wrong
```

**update_service**
``` python
# update a service
err = client.update_service("service_name","path_to_fdl") # returns nothing if the service is created or an error if something goes wrong
err = client.update_service("service_name","path_to_fdl" | "JSON_definition") # returns nothing if the service is created or an error if something goes wrong
```

**remove_service**
Expand Down

0 comments on commit 98b6c32

Please sign in to comment.