Home docs nex protocols User Storage Admin
Post

User Storage Admin

Methods

(1) GetContentsToModerate

Request

TypeName
Uint32typeID
Uint32offset
Uint32size

Response

TypeName
List<UserContent>contents
Uint32totalResults

(2) FlagContentAsVerified

Request

TypeName
UserContentKeycontentKey

Response

This method does not return anything.

(3) BanContent

Request

TypeName
UserContentKeycontentKey

Response

This method does not return anything.

(4) BanUser

Request

TypeName
Uint32pid
Stringreason
BoolbanContents
DateTimeexpireDate

Response

This method does not return anything.

(5) BanUserFromContentType

Request

TypeName
Uint32typeID
Uint32pid
Stringreason
BoolbanContents
DateTimeexpireDate

Response

This method does not return anything.

(6) UnbanUser

Request

TypeName
Uint32pid

Response

This method does not return anything.

(7) UnbanUserFromContentType

Request

TypeName
Uint32typeID
Uint32pid

Response

This method does not return anything.

(8) GetContentsToModerateWithThreshold

Request

TypeName
Uint32typeID
Uint32threshold
Uint32offset
Uint32size

Response

TypeName
List<UserContent>contents
Uint32totalResults

(9) UpdateMetaData

Request

TypeName
UserContentKeycontentKey
List<ContentProperty>properties

Response

This method does not return anything.

Contents