fix: update doc to encompose all response codes hopefully
Some checks failed
Format / formatting (push) Failing after 6s
Build / build (push) Successful in 41s
CI / build (push) Successful in 10s

This commit is contained in:
2025-04-22 00:21:08 +02:00
parent 8a13993d8a
commit 5615b0fb11
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.