Skip to content

Commit

Permalink
refactor: dotting
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus-Kuhn committed Nov 15, 2024
1 parent 879c106 commit e715230
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ A [RelationshipTemplate]({% link _docs_integrate/data-model-overview.md %}#relat
## On Failure

- The `content` is malformed.
- `expiresAt` lies in the past
- `expiresAt` lies in the past.
2 changes: 1 addition & 1 deletion _docs_use-cases/use-case-transport-create-own-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ Creates a [Token]({% link _docs_integrate/data-model-overview.md %}#token) that
## On Failure

- The `content` is malformed.
- `expiresAt` lies in the past
- `expiresAt` lies in the past.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ api_route_regex: ^POST /api/v2/RelationshipTemplates/Own/{id}/Token$

{% include properties_list.html %}

Creates a [Token]({% link _docs_integrate/data-model-overview.md %}#token) for a given [RelationshipTemplate]({% link _docs_integrate/data-model-overview.md %}#relationshiptemplate)
Creates a [Token]({% link _docs_integrate/data-model-overview.md %}#token) for a given [RelationshipTemplate]({% link _docs_integrate/data-model-overview.md %}#relationshiptemplate).

## Parameters

Expand Down

0 comments on commit e715230

Please sign in to comment.