Skip to content
Snippets Groups Projects
Commit 703d0b43 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

FIX: typos

parent 4f951a63
No related branches found
No related tags found
No related merge requests found
Pipeline #271344 passed with warnings
......@@ -151,10 +151,10 @@ swagger['paths'] = {f"/{f['system']}/{f['object_type']}/{f['name']}": {
'description': 'Eingabefehler',
},
401: {
'description': 'Unauthorisiert',
'description': 'Unautorisiert',
},
500: {
'description': 'Interner Serverfehler.',
'description': 'Interner Serverfehler',
},
}}} for f
in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment