We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3aed0d commit 59dcf5eCopy full SHA for 59dcf5e
src/openklant/components/klantinteracties/openapi.yaml
@@ -1,7 +1,7 @@
1
openapi: 3.0.3
2
info:
3
title: klantinteracties
4
- version: 0.0.3
+ version: 0.0.4
5
description: |2
6
7
Description WIP.
src/openklant/conf/api.py
@@ -6,7 +6,7 @@
KLANTEN_API_VERSION = "1.0.0"
8
CONTACTMOMENTEN_API_VERSION = "1.0.0"
9
-KLANTINTERACTIES_API_VERSION = "0.0.3"
+KLANTINTERACTIES_API_VERSION = "0.0.4"
10
CONTACTGEGEVENS_API_VERSION = "1.0.0"
11
12
REST_FRAMEWORK = BASE_REST_FRAMEWORK.copy()
0 commit comments