ibex-app / frontend

The repository holds the code for front end application to analyze and visualize the results
0 stars 0 forks source link

Add tag to post #36

Open aquarazorda opened 2 years ago

aquarazorda commented 2 years ago
class RequestAddTagToPost(BaseModel):
    id: UUID
    tags: List[str]

/add_tag_to_post