Skip to content

Commit

Permalink
Swagger API
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmalloy committed Jul 26, 2023
1 parent 4686d0c commit be0f282
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Knowledge Management Server

[![Build & Test](https://github.com/cjmalloy/jasper/actions/workflows/docker-image.yml/badge.svg)](https://github.com/cjmalloy/jasper/actions/workflows/docker-image.yml)
[![SwaggerHub](https://img.shields.io/badge/SwaggerHub-1.2.18-brightgreen)](https://app.swaggerhub.com/apis/cjmalloy/Jasper)
[![SwaggerHub](https://img.shields.io/badge/SwaggerHub-1.2.19-brightgreen)](https://app.swaggerhub.com/apis/cjmalloy/Jasper)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/jasper)](https://artifacthub.io/packages/helm/jasper/jasper)

## Quickstart
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/swagger/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: Jasper KMS
description: REST API for Jasper Knowledge Management Server
version: 1.2.18
version: 1.2.19
license:
name: MIT License
url: 'https://github.com/cjmalloy/jasper/blob/master/LICENSE'
Expand Down Expand Up @@ -730,7 +730,7 @@ paths:
get:
tags:
- Scrape
operationId: fetch
operationId: scrape
description: Immediately scrape a webpage if it is not in the cache.
parameters:
- name: url
Expand All @@ -751,7 +751,7 @@ paths:
post:
tags:
- Scrape
operationId: fetch
operationId: cache
description: Uploads a file to the cache and returns a generated random URI to access it with.
parameters:
- name: url
Expand Down Expand Up @@ -781,7 +781,7 @@ paths:
get:
tags:
- scrape
operationId: clearCache
operationId: clearScrapeConfigCache
responses:
'204':
description: No Content
Expand Down Expand Up @@ -2200,7 +2200,7 @@ paths:
get:
tags:
- oEmbed
operationId: clearCache
operationId: clearOembedProviderCache
responses:
'204':
description: No Content
Expand Down

0 comments on commit be0f282

Please sign in to comment.