Skip to content

Commit

Permalink
feat: api
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Holloway authored and Matthew Holloway committed Oct 11, 2024
1 parent 08ad95e commit cb8b428
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions client/rfced_www_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ paths:
get:
summary: Returns a list of homepage sections.
responses:
'200': # status code
description: A JSON array of user names
'200':
content:
application/json:
schema:
Expand Down Expand Up @@ -48,6 +47,8 @@ components:
type: string
abstract:
type: string
redtext:
type: string

Card:
type: object
Expand All @@ -60,4 +61,4 @@ components:
title:
type: string
body:
type: integer
type: string

0 comments on commit cb8b428

Please sign in to comment.