EDU-18569: add Generate audience upload URL endpoint to Ads API#1718
Open
PedroAntunesCosta wants to merge 5 commits into
Open
EDU-18569: add Generate audience upload URL endpoint to Ads API#1718PedroAntunesCosta wants to merge 5 commits into
PedroAntunesCosta wants to merge 5 commits into
Conversation
|
Thanks for your contribution. The .json file will be checked now with Spectral. |
There was a problem hiding this comment.
Pull request overview
This PR updates the VTEX Ads API schema to document a new endpoint for generating an Amazon S3 pre-signed upload URL for audience files, and adds the corresponding Audiences tag/grouping. It also updates the Postman collection to include the new “Audiences” folder and request (alongside many other regenerated/edited Postman changes).
Changes:
- Adds
POST /audience/upload-urlto the OpenAPI spec under a new Audiences tag. - Adds a matching “Generate audience upload URL” request + examples to the Postman collection.
- Regenerates/updates multiple existing Postman collection parts beyond the new endpoint (IDs, examples, scripts, headers, descriptions).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
VTEX - Ads API.json |
Adds the new /audience/upload-url path definition and the Audiences tag. |
PostmanCollections/VTEX - Ads API.json |
Adds the “Audiences” folder/request and updates/regenerates broader collection content. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+4779
to
+4783
| "max_bytes": { | ||
| "type": "integer", | ||
| "description": "Maximum file size, in bytes, accepted by Amazon S3. Larger files are rejected.", | ||
| "default": 2147483648 | ||
| }, |
…github.com/vtex/openapi-schemas into feat/edu-18569-ads-api-audience-upload-url
emersonme
approved these changes
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the
POST /audience/upload-urlendpoint to the VTEX Ads API specification, along with the new Audiences tag group.Related Task
EDU-18569