curl --request POST \
--url http://localhost:3333/v1/frameworks \
--header 'Content-Type: application/json' \
--data '
{
"frameworkIds": [
"<string>"
]
}
'curl --request POST \
--url http://localhost:3333/v1/frameworks \
--header 'Content-Type: application/json' \
--data '
{
"frameworkIds": [
"<string>"
]
}
'Array of framework editor framework IDs to add
1Was this page helpful?