playfab_ex v0.2.2 PlayfabEx.Admin.Default.ServerSideCloudScript
Link to this section Summary
Functions
Gets the contents and information of a specific Cloud Script revision
Lists all the current cloud script versions. For each version, information about the current published and latest revisions is also listed
Sets the currently published revision of a title Cloud Script
Creates a new Cloud Script revision and uploads source code to it. Note that at this time, only one file should be submitted in the revision
Link to this section Functions
get_cloud_script_revision(map()) :: {:ok, map()} | {:error, String.t()}
Gets the contents and information of a specific Cloud Script revision.
@link https://api.playfab.com/documentation/admin/method/GetCloudScriptRevision
get_cloud_script_versions(map()) :: {:ok, map()} | {:error, String.t()}
Lists all the current cloud script versions. For each version, information about the current published and latest revisions is also listed.
@link https://api.playfab.com/documentation/admin/method/GetCloudScriptVersions
set_published_revision(map()) :: {:ok, map()} | {:error, String.t()}
Sets the currently published revision of a title Cloud Script
@link https://api.playfab.com/documentation/admin/method/SetPublishedRevision
update_cloud_script(map()) :: {:ok, map()} | {:error, String.t()}
Creates a new Cloud Script revision and uploads source code to it. Note that at this time, only one file should be submitted in the revision.
@link https://api.playfab.com/documentation/admin/method/UpdateCloudScript