cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#PRODUCTBOARD_UPDATE_COMPONENT' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "PRODUCTBOARD_UPDATE_COMPONENT", "parameters": { "componentId": "<string>", "name": "<string>", "description": "<string>", "email": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Component ID : Specify the component ID of the component to update. (example: "1d5112af-4195-43d2-9939-ddb9c3de1cd6")
Name : Specify the name of the component to create.
Description : Specify a description for this component. The format is a limited subset of HTML defined by this XML schema. (https://developer.productboard.com/files/schema.xsd) (example: "
Custom branding for the agent and user portals.
Owner Email : Specify the email of a member to own the component. A member is a Productboard user that has access to a space. (example: "[email protected]")
Success
Was this page helpful?