Skip to content

Commit

Permalink
rename new category to python scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
christophdb committed Nov 28, 2023
1 parent aada6a8 commit 121be71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rdme-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ jobs:
- name: Update python scheduler 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi python-pipeline.yaml --key=${{ secrets.README_API_KEY }} --id=6565ca0f4efdd30012d5caa5 --useSpecVersion
rdme: openapi python-scheduler.yaml --key=${{ secrets.README_API_KEY }} --id=6565ca0f4efdd30012d5caa5 --useSpecVersion
1 change: 1 addition & 0 deletions intro/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Listed below are all the changes to the SeaTable API. Each date corresponds to a

> 📘 New requests
>
> - New Category: Python Scheduler
> - Export base: `GET /api/v2.1/admin/dtables/{base_uuid}/synchronous-export/export-dtable/`
> - Search base/apps of a user: `GET /api/v2.1/dtable/items-search/`
> - Activate/Deactivate app: `PUT /api/v2.1/external-apps/{app_token}/status/`
Expand Down
2 changes: 1 addition & 1 deletion python-pipeline.yaml → python-scheduler.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
title: Python Pipeline
title: Python Scheduler
description: >-
The official SeaTable API Reference (OpenAPI 3.0).
version: "4.2"
Expand Down

0 comments on commit 121be71

Please sign in to comment.