v1
latestOpenAPI 3.1.02026-07-241280174.1 KBCreate
Create a new secrets sync.
post/v3/configs/config/syncs
Query parameters
projectstring required
The project slug
configstring required
The config slug
Request body
Response
200
Example response
{
"sync": {
"slug": "00000000-0000-0000-0000-000000000000",
"integration": "00000000-0000-0000-0000-000000000000",
"project": "backend",
"config": "prd",
"enabled": true,
"lastSyncedAt": "2023-08-01T00:00:00.000Z"
}
}