Skip to main content
PUT
/
api
/
v1
/
component
/
{componentId}
Update component.
curl --request PUT \
  --url https://api.revong.com/api/v1/component/{componentId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "category": "<string>",
  "desc": "<string>",
  "version": 123
}'

Authorizations

Authorization
string
header
required

Bearer token with Platform JWT token or API Key.

Path Parameters

componentId
string
required

Body

application/json
version
number
required

Version.

name
string

Name is only used for the presentation.

category
string

Category.

desc
string

Description.

Response

OK.