Skip to main content
PUT
Update resource.

Authorizations

Authorization
string
header
required

Bearer token with Platform JWT token or API Key.

Path Parameters

resourceId
string
required

Body

application/json
version
number
required

Provide current version.

name
string

Name.

desc
string

Description.

category
string

Category.

type
string

You can provide type of resource (view schema) [DATA,BIG_DATA,TABLE,BIG_TABLE].

restricted
boolean

Provide if access should be restricted.

groups
string[]

Provide which groups should have access to it, once restricted is true.

users
string[]

Provide which users should have access to it, once restricted is true.

parentId
string

Provide if resource has parent resource.

Response

OK.