-
Notifications
You must be signed in to change notification settings - Fork 6
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
Pmapi 1708 add uploads to campaigns #386
Conversation
@julielinter Sorry about the postman script not working. That will be resolved in this PR but it has yet to be approved. So I think you can ignore that breaking :) |
description: A single-element array containing the upload object that is assocated with this campaign. | ||
type: array | ||
minItems: 0 | ||
maxItems: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just want to make sure to call this out, I assume this will be bumped in the future. So we are using an array of one to keep this flexible?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BennyKitchell That's correct!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just had one clarifying question, nothing blocking 👍
Fixes PMAPI-1708
Checklist
main
npm run bundle
outputs nothing suspectnpm run postman
outputs nothing suspectChanges
Adds
uploads
property to Campaigns responseuploads
is an array of a single Upload object that is associated with the Campaign (similar tocreatives
of a Campaign with only a single Upload object)Areas of Concern (optional)