Toolkits
Upsert a new custom toolkit
Experimental: custom toolkits are in pilot and this contract may change. Registers a custom toolkit for the project with the provided slug. Registration is insert-only: a slug that already exists returns 409; delete the toolkit and re-register it to replace it.
post/api/v3/custom/toolkits/upsert
Request body
Example request
{
"slug": "MY_TOOLKIT"
}Response
Successfully upserted toolkit
Example response
{
"slug": "CUSTOM_MY_TOOLKIT"
}