diff --git a/arkindex/schema.yml b/arkindex/schema.yml
index ab89478f2b6db26e7152ce6a2a506e8fe6811660..8f46ffd339ec80de802e59c0641ee0fced932606 100644
--- a/arkindex/schema.yml
+++ b/arkindex/schema.yml
@@ -9971,47 +9971,9 @@ paths:
               - recognizer
               - transcriptions
         x-name: body
-      responses:
-        '200':
-          content:
-            application/json:
-              schema:
-                properties:
-                  parent:
-                    type: string
-                  recognizer:
-                    type: string
-                  transcriptions:
-                    items:
-                      properties:
-                        polygon:
-                          items:
-                            type: array
-                          type: array
-                        score:
-                          maximum: 1
-                          minimum: 0
-                          type: number
-                        text:
-                          type: string
-                        type:
-                          enum:
-                          - page
-                          - paragraph
-                          - line
-                          - word
-                          - character
-                      required:
-                      - polygon
-                      - text
-                      - score
-                      - type
-                    type: array
-                required:
-                - parent
-                - recognizer
-                - transcriptions
-          description: ''
+      responses: &id002
+        '201':
+          description: All transcriptions have been created.
       tags:
       - ml
     put:
@@ -10059,47 +10021,7 @@ paths:
               - recognizer
               - transcriptions
         x-name: body
-      responses:
-        '200':
-          content:
-            application/json:
-              schema:
-                properties:
-                  parent:
-                    type: string
-                  recognizer:
-                    type: string
-                  transcriptions:
-                    items:
-                      properties:
-                        polygon:
-                          items:
-                            type: array
-                          type: array
-                        score:
-                          maximum: 1
-                          minimum: 0
-                          type: number
-                        text:
-                          type: string
-                        type:
-                          enum:
-                          - page
-                          - paragraph
-                          - line
-                          - word
-                          - character
-                      required:
-                      - polygon
-                      - text
-                      - score
-                      - type
-                    type: array
-                required:
-                - parent
-                - recognizer
-                - transcriptions
-          description: ''
+      responses: *id002
       tags:
       - ml
   /api/v1/transcription/{id}/entities/: