docs(project): document the pool view endpoint

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 23:20:46 +03:00
parent 7d0ea4e388
commit d345839634
+12
View File
@@ -1151,6 +1151,18 @@ paths:
'204':
description: Pool deleted
/pools/{pool_id}/views:
post:
tags: [Pools]
summary: Record that the current user viewed the pool
parameters:
- $ref: '#/components/parameters/pool_id'
responses:
'204':
description: View recorded
'404':
$ref: '#/components/responses/NotFound'
/pools/{pool_id}/files:
get:
tags: [Pools, Files]