Skip to content

Commit

Permalink
chore(docs): cleanup openapi docs
Browse files Browse the repository at this point in the history
Some inconsistencies and copy/pasta causing invalid openapi doc. We may want to consider adding a pre-commit hook that validates this spec is never corrupt.
  • Loading branch information
dtfiedler authored and dtfiedler committed Aug 20, 2024
1 parent 88e16b8 commit f3b3b4d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ tags:
- name: Admin
description: |
Access several password protected features and functions specific to your AR.IO Gateway.
- name: Admin
description: |
Access several password protected features and functions specific to your AR.IO Gateway.
- name: Farcaster Frames
description: |
Retrieve and interact with Farcaster Frames using Arweave transactions.
Expand Down Expand Up @@ -676,7 +673,7 @@ paths:
get:
tags: [Chunks]
summary: Get chunk offset information.
description:
description: Fetches information about the size and offset of a specified chunk.
parameters:
- name: offset
in: path
Expand Down

0 comments on commit f3b3b4d

Please sign in to comment.