Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(auctions-v1): deprecate sessionId #120

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions topsort-api-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ components:
minItems: 1
session:
$ref: '#/components/schemas/Session'
deprecated: true
geoTargeting:
$ref: '#/components/schemas/GeoTargeting'
example:
Expand Down Expand Up @@ -292,14 +293,6 @@ components:
type: string
minLength: 1
example: ebeaf802-6d0a-41a3-ae59-661887c4f6cb
# consumerId:
# description: >
# Optional ID identifying the user, this field is required in case your marketplace wants to do cross-device attribution.
#
# Instead of sending us the exact same user ID you are storing in your systems we recommend you to send us a hash of the user ID (SHA1, SHA512, etc).
# This field is needed for cross-device attribution.
# type: string
# example: cid_86hkz2p3171joer80pdkltu7n

Placement:
type: object
Expand Down
Loading