Add OpenAPI/Swagger spec for REST API #80
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Document the
/api/v1/mokoog/tagsREST API with an OpenAPI 3.0 specification.Why
Endpoints to Document
GET /api/v1/mokoog/tags— List all tags (with filters: content_type, content_id, language, published)GET /api/v1/mokoog/tags/{id}— Get single tagPOST /api/v1/mokoog/tags— Create tagPATCH /api/v1/mokoog/tags/{id}— Update tagDELETE /api/v1/mokoog/tags/{id}— Delete tagImplementation
openapi.yamlin project rootBranch created:
feature/80-add-openapi-swagger-spec-for-rest-api