Skip to content

Conversation

@bctiemann
Copy link
Contributor

Closes: #290

Adds table_model_name and object_type_name to the API response for CustomObjectTypes, as a convenience for the use of client-side scripts consuming object_types and needing to map them to Custom Object Types via their internal model name.

                    "is_cloneable": false,
                    "comments": ""
                }
            ],
            "table_model_name": "Table3Model",
            "object_type_name": "netbox_custom_objects.table3model"
        },

@bctiemann bctiemann requested a review from arthanson December 3, 2025 20:32
@arthanson arthanson merged commit 436322d into main Dec 4, 2025
7 checks passed
@jeremystretch jeremystretch deleted the 290-expose-table-model-name-in-cot-api branch December 5, 2025 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve API object_types Labels for Custom Object Types

3 participants