From 1a254a4373ba7b2552cbd669ceaa181d22954e02 Mon Sep 17 00:00:00 2001 From: Britta Stallknecht <146106656+britsta@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:23:03 +0100 Subject: [PATCH] Fix/documentation for account use cases (#195) * fix: api excerpt for "get currently used Identity" * fix: api excerpt for "get synchronization status with backbone" --- .../use-case-transport-get-currently-used-identity.md | 3 ++- ...case-transport-get-synchronization-status-with-backbone.md | 4 ++-- ...case-transport-get-synchronization-status-with-backbone.md | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/_docs_use-cases/use-case-transport-get-currently-used-identity.md b/_docs_use-cases/use-case-transport-get-currently-used-identity.md index b9191d94a..287af2e85 100644 --- a/_docs_use-cases/use-case-transport-get-currently-used-identity.md +++ b/_docs_use-cases/use-case-transport-get-currently-used-identity.md @@ -28,12 +28,13 @@ properties: - size: n/a - created_at: - changed_at: - - api_route_regex: + - api_route_regex: GET /api/v2/Account/IdentityInfo - published: default - link: transport/get-currently-used-identity - redirect_from: require: required_by: +api_route_regex: ^GET /api/v2/Account/IdentityInfo$ --- {% include use-cases/use-case-transport-get-currently-used-identity.md %} diff --git a/_docs_use-cases/use-case-transport-get-synchronization-status-with-backbone.md b/_docs_use-cases/use-case-transport-get-synchronization-status-with-backbone.md index 2e5cf57a6..f786ce20a 100644 --- a/_docs_use-cases/use-case-transport-get-synchronization-status-with-backbone.md +++ b/_docs_use-cases/use-case-transport-get-synchronization-status-with-backbone.md @@ -28,13 +28,13 @@ properties: - size: n/a - created_at: - changed_at: - - api_route_regex: GET /api/v2/Account/getSyncInfo + - api_route_regex: GET /api/v2/Account/SyncInfo - published: default - link: transport/get-synchronization-status-with-backbone - redirect_from: require: required_by: -api_route_regex: ^GET /api/v2/Account/getSyncInfo$ +api_route_regex: ^GET /api/v2/Account/SyncInfo$ --- {% include use-cases/use-case-transport-get-synchronization-status-with-backbone.md %} diff --git a/_includes/use-cases/use-case-transport-get-synchronization-status-with-backbone.md b/_includes/use-cases/use-case-transport-get-synchronization-status-with-backbone.md index 3ae74d54a..2f466f551 100644 --- a/_includes/use-cases/use-case-transport-get-synchronization-status-with-backbone.md +++ b/_includes/use-cases/use-case-transport-get-synchronization-status-with-backbone.md @@ -2,8 +2,8 @@ {% include properties_list.html %} -This use-case returns metadata about the synchronization status of the current Identity or Device with the Backbone. So far, it returns the timestamp of the last successful synchronization run which is triggered by /use-case-transport-synchronize-updates-of-backbone +This use-case returns metadata about the synchronization status of the current Identity or Device with the Backbone. So far, it returns the timestamp of the last successful synchronization run which is triggered by the [Synchronize updates of Backbone]({% link _docs_use-cases/use-case-transport-synchronize-updates-of-backbone.md %}) use-case. ## On Success -- Returns the metadata of the last sync run +- Returns the metadata of the last sync run.