Class: V1::Ont::TagSetResource
- Inherits:
-
TagSetResource
- Object
- JSONAPI::Resource
- TagSetResource
- V1::Ont::TagSetResource
- Defined in:
- app/resources/v1/ont/tag_set_resource.rb
Overview
TODO:
This documentation does not yet include a detailed description of what this resource represents.
TODO:
This documentation does not yet include detailed descriptions for relationships, attributes and filters.
TODO:
This documentation does not yet include any example usage of the API via cURL or similar.
Note:
Access this resource via the /v1/ont/tag_sets/
endpoint.
For more information about JSON:API see the JSON:API Specifications or look at the JSONAPI::Resources package for the service implementation of the JSON:API standard.
Instance Attribute Summary
Attributes inherited from TagSetResource
Class Method Summary collapse
-
.create_model ⇒ Object
Ensure that any tag sets created via this endpoint are scoped to the ont pipeline.
Methods inherited from TagSetResource
Class Method Details
.create_model ⇒ Object
Ensure that any tag sets created via this endpoint are scoped to the ont pipeline
20 21 22 |
# File 'app/resources/v1/ont/tag_set_resource.rb', line 20 def self.create_model _model_class.ont_pipeline.new end |