get: operationId: GetTermRevisionAssets summary: | Retrieve a list of all assets for a specific term/revision. security: [] tags: - Terms / Revisions / Assets parameters: - $ref: ../../../../../../../components/parameters/term.yaml - $ref: ../../../../../../../components/parameters/revision.yaml responses: "200": $ref: ../../../../../../../components/responses/api/terms/{term}/revisions/{revision}/assets/index-get-200.yaml "404": $ref: ../../../../../../../components/responses/404.yaml post: operationId: PostTermRevisionAsset summary: | Upload a new asset for a specific term/revision. [OPTIONAL:Management] description: | **THIS IS AN OPTIONAL ENDPOINT**: This endpoint might not be implemented, as it requires a server running! security: - authRequired: [] tags: - Terms / Revisions / Assets parameters: - $ref: ../../../../../../../components/parameters/term.yaml - $ref: ../../../../../../../components/parameters/revision.yaml requestBody: required: true content: application/octet-stream: schema: type: string format: binary responses: "204": $ref: ../../../../../../../components/responses/204.yaml "401": $ref: ../../../../../../../components/responses/401.yaml "404": $ref: ../../../../../../../components/responses/404.yaml