fix: update doc to encompose all response codes hopefully
All checks were successful
Format / formatting (push) Successful in 5s
Build / build (push) Successful in 38s
CI / build (push) Successful in 11s

This commit is contained in:
2025-04-22 00:23:38 +02:00
parent 50d35beb63
commit d60cb8b48d
6 changed files with 36 additions and 918 deletions

View File

@@ -80,7 +80,7 @@ paths:
responses:
"200":
description: OK - Section cell updated successfully. Returns the updated cell.
"400":
"404":
description: Bad Request - Invalid input or ID mismatch.
"401":
description: Unauthorized.
@@ -106,5 +106,7 @@ paths:
description: No Content - Section cell removed successfully.
"400":
description: Bad Request - Invalid ID format.
"404":
description: Bad Request - sectionCell not found.
"401":
description: Unauthorized.