Skip to content

Commit

Permalink
[#513] revert changes to API version
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyBA committed Jan 13, 2025
1 parent 865073c commit 2f69c84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/objecttypes/api/v2/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: Objecttypes API
version: 3.0.0
version: 2.2.2
description: |+
An API to manage Object types.
Expand Down
2 changes: 1 addition & 1 deletion src/objecttypes/conf/api.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from vng_api_common.conf.api import * # noqa - imports white-listed

API_VERSION = "3.0.0"
API_VERSION = "2.2.2"


# api settings
Expand Down

0 comments on commit 2f69c84

Please sign in to comment.