Manage Game

Create a new game

post/api/manageGame/createGame

Request body

gameNamestring required

The name of the game to be created

gameDirstring required

The dir of the game to be created

derivativestring

The name of the derivative to be used

templateDirstring

The dir of the template to be applied

ignoreTemplateboolean

Whether to ignore the template when creating the game

Response

Game creation result.

Changes

Changed in 4 of the 29 revisions of this API.353

    • added the new optional request property ignoreTemplate

      new-optional-request-property

  • 6765f027be24112See the full diff
    • added the new required request property gameDir

      new-required-request-property

    • removed the request property templateName

      request-property-removed

    • added the new optional request property templateDir

      new-optional-request-property

    • the request property derivative became optional

      request-property-became-optional

    • added the new required request property derivative

      new-required-request-property

    • added the new required request property templateName

      new-required-request-property

    • removed the request property derivative

      request-property-removed

    • removed the request property gameDir

      request-property-removed

    • removed the request property ignoreTemplate

      request-property-removed

    • removed the request property templateDir

      request-property-removed

    This revision also has 28 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog