Skip to content
Snippets Groups Projects
Commit bcb51a73 authored by ml bonhomme's avatar ml bonhomme :bee:
Browse files

Set same description for Partial/UpdateElement API endpoints

parent 9cf9649a
No related branches found
No related tags found
1 merge request!2228Set same description for Partial/UpdateElement API endpoints
......@@ -1197,7 +1197,7 @@ class ElementChildren(ElementsListBase):
@extend_schema(tags=["elements"])
@extend_schema_view(
get=extend_schema(description="Retrieve a single element's information and metadata"),
patch=extend_schema(description="Rename an element"),
patch=extend_schema(description="Edit an element's attributes. Requires a write access on the corpus."),
put=extend_schema(description="Edit an element's attributes. Requires a write access on the corpus."),
delete=extend_schema(
description=dedent("""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment