From 6af1d20db4014f0711e98851c81b97b179e90cf8 Mon Sep 17 00:00:00 2001 From: Andrii Balitskyi <10balian10@gmail.com> Date: Tue, 14 Jan 2025 20:08:05 +0100 Subject: [PATCH] Add missing periods, remove nested bulleted list --- src/layouts/api-endpoint.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/api-endpoint.hbs b/src/layouts/api-endpoint.hbs index 4ae57b6e..63861b74 100644 --- a/src/layouts/api-endpoint.hbs +++ b/src/layouts/api-endpoint.hbs @@ -35,7 +35,7 @@ {{#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}}