File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 6
6
# REST Schnittstelle zur Pflege der Fachanwendungsdaten der Verzeichniseinträge
7
7
Über diese Schnittstelle können Fachanwendungsdaten der Verzeichniseinträge erzeugt, aktualisiert und gelöscht werden.
8
8
9
- version : 1.4.7
9
+ version : 1.4.8
10
+
11
+ # Änderungen in Version 1.4.8
12
+ # 423-Fehler (Locked) für Änderungen an inaktiven Einträgen ergänzt
13
+ #
10
14
# Änderungen in Version 1.4.7
11
15
# Added OperationEnum
12
16
# - mark_Directory_Entry_Certless
@@ -623,7 +627,13 @@ paths:
623
627
application/json :
624
628
schema :
625
629
$ref : ' #/components/schemas/Error'
626
-
630
+ 423 :
631
+ description : Locked
632
+ # entry.active = false
633
+ content :
634
+ application/json :
635
+ schema :
636
+ $ref : ' #/components/schemas/Error'
627
637
628
638
/DirectoryEntries/{telematikID}/KOM-LE_Fachdaten/{fad} :
629
639
@@ -766,7 +776,13 @@ paths:
766
776
application/json :
767
777
schema :
768
778
$ref : ' #/components/schemas/Error'
769
-
779
+ 423 :
780
+ description : Locked
781
+ # entry.active = false
782
+ content :
783
+ application/json :
784
+ schema :
785
+ $ref : ' #/components/schemas/Error'
770
786
771
787
delete :
772
788
tags :
You can’t perform that action at this time.
0 commit comments