You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Vaelastrasz.Server/Controllers/ConceptsController.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ public ConceptsController(IWebHostEnvironment env, ILogger<ConceptsController> l
32
32
/// Weitere Informationen finden Sie in der <see href="https://github.com/sventhiel/Vaelastrasz/tree/master/Vaelastrasz.Server#concepts">Dokumentation</see>.
@@ -85,29 +98,36 @@ public IActionResult GetAsync()
85
98
/// </remarks>
86
99
/// <exception cref="BadRequestException">Wird ausgelöst, wenn die hochgeladene Datei nicht den Anforderungen entspricht oder ungültig ist.</exception>
@@ -170,6 +177,8 @@ public async Task<IActionResult> PostAsync(CreatePlaceholderModel model)
170
177
/// </remarks>
171
178
/// <exception cref="UnauthorizedException">Wird ausgelöst, wenn ein Benutzer ohne die erforderlichen Berechtigungen versucht, den Platzhalter zu aktualisieren.</exception>
0 commit comments