Skip to content

Commit

Permalink
Update openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbinf committed May 15, 2023
1 parent 19060e2 commit c19dfad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion edge-src/EdgeApiApp/openapi.yaml.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
info:
version: "{{microfeedVersion}}"
title: "microfeed api"
description: "Allows to use microfeed as a headless cms or integrate with external services like Zapier."
description: |
Allows to use microfeed as a headless cms or integrate with external services like Zapier.
Using the microfeed api, you can programmatically create, update, delete items, and update the channel metadata.
termsOfService: "https://github.com/microfeed/microfeed/blob/main/LICENSE"
contact:
name: "Listen Notes, Inc."
Expand Down
4 changes: 2 additions & 2 deletions public/json/openapi.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>microfeed json feed</title>
<meta name="description" content="HTML version of the OpenAPI spec of microfeed's json feed.">
<title>microfeed api: headless and serverless cms on Cloudflare</title>
<meta name="description" content="HTML version of the OpenAPI spec of the microfeed api.">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex" />
Expand Down

0 comments on commit c19dfad

Please sign in to comment.