v1
latestOpenAPI 3.0.42026-08-0462132372.2 KBReload component props
Reload the prop definition based on the currently configured props
post/v1/connect/{project_id}/components/props
Headers
x-pd-environment'development' | 'production' required
The environment in which the server client is running
The environment in which the server client is running
Request body
Example request
{
"version": "1.0.0"
}Response
component props reloaded
Example response
{
"dynamicProps": {
"configurableProps": [
{
"app": "github"
}
]
}
}