Skip to content

Commit

Permalink
[#513] use previous API specification version
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyBA committed Jan 13, 2025
1 parent c0418bc commit 6648037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/objects/api/v2/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: Objects API
version: 3.0.0
version: 2.4.3
description: |
An API to manage Objects.
Expand Down
2 changes: 1 addition & 1 deletion src/objects/conf/api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
API_VERSION = "3.0.0"
API_VERSION = "2.4.3"

# api settings
REST_FRAMEWORK = {
Expand Down

0 comments on commit 6648037

Please sign in to comment.