Skip to content

Commit

Permalink
doc(api) - Add clear-cache route
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkbln committed Nov 9, 2024
1 parent 07b7833 commit b320a00
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion publisher/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4360,6 +4360,19 @@
}
}
}
},
"/podlove/v2/tools/clear-caches": {
"delete": {
"tags": [
"tools"
],
"description": "Clear the podlove and podlove image caches",
"responses": {
"200": {
"$ref": "#/components/responses/OK"
}
}
}
}
},
"components": {
Expand Down Expand Up @@ -7043,4 +7056,4 @@
}
}
}
}
}

0 comments on commit b320a00

Please sign in to comment.