Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 8e3171a

Browse files
authored
docs: service: http: Fixed configure model URL
Fixes: #406
1 parent fa515b9 commit 8e3171a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Definitions with a `spec` can use the `subspec` parameter to declare that they
1515
are a list or a dict where the values are of the `spec` type. Rather than the
1616
list or dict itself being of the `spec` type.
17+
- Fixed the URL mentioned in example to configure a model.
1718
### Removed
1819
- Unused imports
1920

service/http/docs/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Model
230230
The following is an example request body to configure a model. The URL this
231231
``POST`` request is sent to is.
232232

233-
- ``/configure/source/fake/mymodel``
233+
- ``/configure/model/fake/mymodel``
234234

235235
.. code-block:: json
236236

0 commit comments

Comments
 (0)