You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"title":"Body","body":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","description":"The name of the server.","example":"My Awesome Server"},"description":{"type":"string","description":"The description of the server.","example":"High performance gaming server","nullable":true},"user_id":{"type":"integer","description":"The ID of the user who owns the server.","example":1},"product_id":{"type":"string","description":"The ID of the product.","example":"1"},"egg_id":{"type":"integer","description":"The ID of the egg.","example":1},"location_id":{"type":"integer","description":"The ID of the location.","example":1},"egg_variables":{"type":"object","description":"The egg variables for the server.","example":[],"properties":{"STARTUP":{"type":"string","description":"","example":"./myserver"}},"nullable":true},"billing_priority":{"type":"integer","description":"The billing priority.","example":0,"nullable":true}},"required":["name","user_id","product_id","egg_id","location_id"]}}}}}