Kaltura API DocumentationappToken.update

Update application authentication token by ID

Try it out
post https://www.kaltura.com/api_v3/service/apptoken/action/update

Request Parameters

body:object
object
appToken*:object:KalturaAppToken
createdAt:integer

readOnly

Creation time as Unix timestamp (In seconds)

description:string
expiry:integer

Expiry time of current token (unix timestamp in seconds)

hashType:string
Enum: MD5 [MD5], SHA1 [SHA1], SHA256 [SHA256], SHA512 [SHA512]

Enum Type: KalturaAppTokenHashType

id:string

readOnly

The id of the application token

partnerId:integer

readOnly

sessionDuration:integer

Expiry duration of KS (Kaltura Session) that created using the current token (in seconds)

sessionPrivileges:string

Comma separated privileges to be applied on KS (Kaltura Session) that created using the current token

sessionType:integer
Enum: USER [0], ADMIN [2]

Enum Type: KalturaSessionType

Type of KS (Kaltura Session) that created using the current token

sessionUserId:string

User id of KS (Kaltura Session) that created using the current token

status:integer
Enum: DISABLED [1], ACTIVE [2], DELETED [3]

readOnly

Enum Type: KalturaAppTokenStatus

Application token status

token:string

readOnly

The application token

updatedAt:integer

readOnly

Update time as Unix timestamp (In seconds)

id*:string

Response

Success

object:KalturaAppToken
createdAt:integer

readOnly

Creation time as Unix timestamp (In seconds)

description:string
expiry:integer

Expiry time of current token (unix timestamp in seconds)

hashType:string
Enum: MD5 [MD5], SHA1 [SHA1], SHA256 [SHA256], SHA512 [SHA512]

Enum Type: KalturaAppTokenHashType

id:string

readOnly

The id of the application token

partnerId:integer

readOnly

sessionDuration:integer

Expiry duration of KS (Kaltura Session) that created using the current token (in seconds)

sessionPrivileges:string

Comma separated privileges to be applied on KS (Kaltura Session) that created using the current token

sessionType:integer
Enum: USER [0], ADMIN [2]

Enum Type: KalturaSessionType

Type of KS (Kaltura Session) that created using the current token

sessionUserId:string

User id of KS (Kaltura Session) that created using the current token

status:integer
Enum: DISABLED [1], ACTIVE [2], DELETED [3]

readOnly

Enum Type: KalturaAppTokenStatus

Application token status

token:string

readOnly

The application token

updatedAt:integer

readOnly

Update time as Unix timestamp (In seconds)