Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Topograph offers three endpoints for interacting with the service. Below are the
- **uid**: Specifies the request ID returned by the topology request endpoint.
- **Response:** Depending on the request's execution stage, this endpoint can return:
- "200 OK" - The request has completed successfully.
- "102 Processing" - The request is still in progress and has not completed yet.
- "202 Accepted" - The request is still in progress and has not completed yet.
- "404 Not Found" - The specified request ID does not exist.
- Other error responses encountered by Topograph during request execution.

Expand Down