Skip to content

Commit

Permalink
Update address.yaml - authToken description, remove sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter authored Oct 4, 2024
1 parent 6168fc5 commit afe7b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/b2b-edition/specs/api-v3/address/address.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ paths:
meta:
message: Company was in conflict with another company
'413':
description: 'Request Entity Too Large. In normal conditions, bulk create or update method support 10 entity in once request. Another case, some fields of entity over limit.'
description: 'Request Entity Too Large. In normal conditions, bulk create or update method support 10 entity in once request.'
content:
application/json:
schema:
Expand Down Expand Up @@ -1313,7 +1313,7 @@ components:
securitySchemes:
authToken:
name: authToken
description: An API key is a token that you provide when making API calls. Include the token in a header parameter called `authToken`.
description: Required to authenticate requests. Include the token in a header parameter called `authToken`.
type: apiKey
in: header
tags:
Expand Down

0 comments on commit afe7b26

Please sign in to comment.