v1
latestOpenAPI 3.0.42026-08-0462132372.2 KBReload trigger props
Reload the prop definition based on the currently configured props
post/v1/connect/{project_id}/triggers/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
trigger props reloaded
Example response
{
"dynamicProps": {
"configurableProps": [
{
"app": "github"
}
]
}
}