Method HIUGCPublishAssetVersion
HIUGCPublishAssetVersion(String, String, String, String)
Publishes an asset version.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<bool,Den.Dev.Grunt.Models.RawResponseContainer>> HIUGCPublishAssetVersion (string assetType, string assetId, string versionId, string clearanceId);
Parameters
Type | Name | Description |
---|---|---|
System.String | assetType | Type of asset to check. Example value is "UgcGameVariants". |
System.String | assetId | Unique ID for the asset. Example value is "f96f57e2-9f15-45c5-83ac-5775a48d2ba8" for "Attrition-Default-UGC". |
System.String | versionId | Unique ID for the asset version to be published. |
System.String | clearanceId | ID of the currently active flight. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<System.Boolean,RawResponseContainer>> | If the publishing process is successful, returns true. Otherwise, returns false. |
Remarks
There is no content returned for the response other than a HTTP 200 OK if the operation is successful.