Story #3969
Updated by daviddavis about 6 years ago
See the epic (#3968) for the models and routes. h2. Model *ContentGuard(MasterModel)* - name (unique) - description (optional) h2. Routes *List* GET /pulp/api/v3/content_guards/<type>/ *Create* POST /pulp/api/v3/content_guards/<type>/ *Read* GET /pulp/api/v3/content_guards/<type>/<id>/ *Update* PUT/PATCH /pulp/api/v3/content_guards/<type>/<id>/ *Delete* DELETE /pulp/api/v3/content_guards/<type>/<id>/