Capitalise POST

This commit is contained in:
Adria Navarro 2025-03-19 18:50:27 +01:00
parent bf47d56a09
commit 94811ef4a0
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
value: OAuth2CredentialsMethod.HEADER, value: OAuth2CredentialsMethod.HEADER,
}, },
{ {
label: "Post", label: "POST",
value: OAuth2CredentialsMethod.BODY, value: OAuth2CredentialsMethod.BODY,
}, },
] ]
@ -149,7 +149,7 @@
<div class="field-info"> <div class="field-info">
<Body size="XS" color="var(--spectrum-global-color-gray-700)"> <Body size="XS" color="var(--spectrum-global-color-gray-700)">
Basic will use the Authorisation Bearer header for each connection, while Basic will use the Authorisation Bearer header for each connection, while
Post will include the credentials in the body of the request under the POST will include the credentials in the body of the request under the
access_token property. access_token property.
</Body> </Body>
</div> </div>