Links

Deployment

Deployment Schema
  • id: Unique id for every deployment
  • live: Active/Inactive state of deployment
  • slug: Unique string of deployment across project
  • settings: Deployment setting object
  • created_at: Create at timestamp
  • modified_at: Modified at timestamp
  • organization_id: Unique id of the organization this deployment belongs to
  • project_id: Unique id of the project this deployment belongs to
  • viewer_group_id: Unique id of the Viewer group this deployment belongs to
  • host_link: Open experience with more control when multiplayer mode is on
  • host_passocode: Passcode to be needed when open experience via host link
post
https://api.gmetri.com/sdk/
deployment/create
Create Deployment
post
https://api.gmetri.com/sdk/
deployment/get
Get Deployment
post
https://api.gmetri.com/sdk/
deployment/getAll
Get All Deployment
post
https://api.gmetri.com/sdk/
deployment/update
Update Deployment
post
https://api.gmetri.com/sdk/
deployment/delete
Delete Deployment
Last modified 10mo ago