Skip to content

Commit

Permalink
Change indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-balitskyi committed Jan 14, 2025
1 parent f495396 commit 1a9caf0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/layouts/api-endpoint.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@
{{#each authMethods}}
- {{this}}
{{#if (eq this 'Personal access token')}}
{{#if (eq ../workspaceScope 'required')}}Must also include the `seam-workspace` header in the request.{{/if}}{{#if (eq ../workspaceScope 'optional')}}Can also include the `seam-workspace` header in the request.{{/if}}{{#if (eq ../workspaceScope 'none')}}Must omit the `seam-workspace` header from the request.{{/if}}
{{#if (eq ../workspaceScope 'required')}}
Must also include the `seam-workspace` header in the request
{{/if}}{{#if (eq ../workspaceScope 'optional')}}
Can also include the `seam-workspace` header in the request
{{/if}}{{#if (eq ../workspaceScope 'none')}}
Must omit the `seam-workspace` header from the request
{{/if}}
{{/if}}
{{/each}}

Expand Down

0 comments on commit 1a9caf0

Please sign in to comment.