Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Nov 23, 2023
1 parent 6041dca commit 2ce7972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-specs/api/types/common/CreatedBy.raml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ properties:
externalUserId?:
type: string
description: |
[External user ID](/../api/general-concepts#external-user-ids) provided by `X-External-User-ID` HTTP Header.
[External user ID](/../api/general-concepts#external-user-ids) provided by `X-External-User-ID` HTTP Header or [`external_user_id:{externalUserId}`](/../api/scopes#external_user_idexternaluserid) scope.
maxLength: 128
customer?:
type: CustomerReference
Expand Down
2 changes: 1 addition & 1 deletion api-specs/api/types/common/LastModifiedBy.raml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ properties:
externalUserId?:
type: string
description: |
[External user ID](/../api/general-concepts#external-user-ids) provided by `X-External-User-ID` HTTP Header.
[External user ID](/../api/general-concepts#external-user-ids) provided by `X-External-User-ID` HTTP Header or [`external_user_id:{externalUserId}`](/../api/scopes#external_user_idexternaluserid) scope.
maxLength: 128
customer?:
type: CustomerReference
Expand Down

0 comments on commit 2ce7972

Please sign in to comment.