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"
}Changes
No recorded changes to this endpoint across all 5 revisions of this API.