Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 6.31 KB

File metadata and controls

13 lines (10 loc) · 6.31 KB

CreateCategoriesApiModel

Fields

Field Type Required Description Example
hierarchy T.nilable(Models::Shared::CreateCategoriesApiModelHierarchy) The hierarchal level of the category
id T.nilable(::String) The ID associated with this category 16873-IT345
language T.nilable(Models::Shared::CreateCategoriesApiModelLanguage) The language associated with this category
level T.nilable(Models::Shared::CreateCategoriesApiModelLevel) : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The hierarchal level of the category
name T.nilable(::String) The name associated with this category Information-Technology
unified_custom_fields T::Hash[Symbol, ::Object] Custom Unified Fields configured in your StackOne project {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}