POST /custom_component_libraries
Creates a custom component library and returns the created library. Requires the custom_components:write scope.
Servers
- https://api.retool.com/api/v2
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
id |
String | No |
Specifies a specific id to use for the library. Used for syncronizing libraries across Retool Instances. |
name |
String | Yes |
How the library will be referred to in Toolscript, and other code based usages. |
description |
String | Yes | |
label |
String | Yes |
How the library will be referred to in the Retool UI. Should be human readable. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.