Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grbovic authored Feb 18, 2025
1 parent 36f7b65 commit 8bcebf4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ This endpoint retrieves a list of configs. You can request either all configs or

##### Query Parameters

- uuid (optional): A comma-separated list of UUIDs.
- `uuid` (optional): A comma-separated list of UUIDs.

##### Response

- If no UUID is provided – returns all configs.
- If UUIDs are provided – returns only the specified configs.
- If no `uuid` is provided – returns all configs.
- If `uuid`s are provided – returns only the specified configs.
- If no matching configs are found – returns an empty list.

#### Add Configs
Expand Down Expand Up @@ -82,8 +82,9 @@ A JSON array containing the full list of configs.

This endpoint deletes a config by its UUID. If the active config is deleted, the first remaining config becomes active.

##### Query Parameters:
- uuid (required): The UUID of the config to delete.
##### Query Parameters

- `uuid` (required): The UUID of the config to delete.

##### Response

Expand All @@ -98,7 +99,7 @@ This endpoint sets the specified config as active by deserializing and preparing

##### Query Parameters

- uuid (required): The UUID of the config to activate.
- `uuid` (required): The UUID of the config to activate.

##### Response

Expand Down

0 comments on commit 8bcebf4

Please sign in to comment.