Skip to content

Commit 9e0e54c

Browse files
committed
[DOP-23620] Small docs fixes
1 parent 0a488b8 commit 9e0e54c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/reference/server/auth/dummy.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Description
88

99
This auth provider allows to sign-in with any username and password, and and then issues an access token.
1010

11-
After successful auth, username is saved to server database. It is then used for creating audit records for any object change, see ``changed_by`` field.
11+
After successful auth, username is saved to server database.
1212

1313
Interaction schema
1414
------------------
@@ -45,7 +45,7 @@ Interaction schema
4545
"Server" x-[#red]> "Client" -- : 404 Not found
4646
end
4747

48-
== GET v1/namespaces ==
48+
== GET v1/users/me ==
4949

5050
alt Successful case
5151
"Client" -> "Server" ++ : access_token

syncmaster/server/settings/server/monitoring.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ class MonitoringSettings(BaseModel):
4545
description=textwrap.dedent(
4646
"""
4747
If ``True`` (recommended), add request path to metrics literally as described
48-
in OpenAPI schema, e.g. ``/namespaces/{id}``, without substitution with path real values.
48+
in OpenAPI schema, e.g. ``v1//groups/{id}``, without substitution with path real values.
4949
50-
If ``False``, all real request paths to metrics, e.g. ``/namespaces/123``.
50+
If ``False``, all real request paths to metrics, e.g. ``v1//groups/123``.
5151
""",
5252
),
5353
)

0 commit comments

Comments
 (0)