Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 493 Bytes

v1-category.md

File metadata and controls

26 lines (18 loc) · 493 Bytes

V1 Category

V1Category

Structure

V1Category

Fields

Name Type Tags Description
Id string Optional The category's unique ID.
Name string Optional The category's name.
V2Id string Optional The ID of the CatalogObject in the Connect v2 API. Objects that are shared across multiple locations share the same v2 ID.

Example (as JSON)

{
  "id": null,
  "name": null,
  "v2_id": null
}