latestOpenAPI 3.1.02026-08-20118232229.3 KB
0e42b0fb26d9
Update a catalog fact
Idempotently sets a semantic metadata fact by name: creates it when the name is new, updates it when it already exists. An inferred write cannot overwrite an existing confirmed fact.
put/catalogs/{catalog}/facts/{name}
Path parameters
catalogstring required
The name of the catalog.
The name of the catalog.
namestring required
The name of the fact.
The name of the fact.
Query parameters
environmentstring
Environment containing the catalog definition to update. This operation does not fall back to default.
Environment containing the catalog definition to update. This operation does not fall back to default.
Request body
Example request
{
"$schema": "https://api.tower.dev/v1/schemas/UpdateCatalogFactBody.json"
}Response
OK
Example response
{
"$schema": "https://api.tower.dev/v1/schemas/UpdateCatalogFactResponse.json"
}