builder/v1/deploy api latest schema
-
hi.
I'd like to know the latest schema information for builder/v1/deploy.
Our system is structured to be deployed at the time of deployment.
Since blogs are historical and unreliable,
I'd like to request the latest schema information for builder/v1/deploy.
I'd also like to check the body of a scenario where only productPricing and itemCatalog are deployed.
There's an issue where a script must be deployed in components, but I don't want to deploy the script.Thank you.
-
hi. @JasonL
Thanks for the link.
Thanks to you, I checked many schemas.The problem is that if I don't set the script to true , the response is returned as below:
"'scripts' component must be true when the 'meta' component is true."
components: {
meta: true,
scripts: false,
files: false,
customEntities: false,
legacyFiles: false,
},
options: {
meta: {
excludes: {
itemCatalog: false,
productPricing: false,
pushCertificates: true,
integrations: true,
myServers: true,
lobbies: true,
leaderboardsTournaments: true,
independentLeaderboards: true,
migratableGlobalEntities: true,
selfServiceBranding: true,
},
},
scripts: {},
},
allowLiveUpdate: true, -
hi. @Paul-Winterhalder
From a content development and operations perspective, I have a scenario where I need to deploy only two items: product pricing and item catalog. I'm experiencing the above issue. Can you help me? -
You cannot set
meta=trueandscript=falsebecause meta deployments automatically export all cloud code scripts as part of the full configuration snapshot, and the validation enforcesscripts=trueto reflect what will be deployed accurately; however, you can setmeta=falseandscript=falseto exclude scripts from deployment, and you can override the default deployment behavior set in the portal for itemCatalog and productPricing.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login