From ffabff99043dc940e16a6277d567b4c57698782b Mon Sep 17 00:00:00 2001
From: Erwan Rouchet <rouchet@teklia.com>
Date: Tue, 24 Sep 2019 19:47:25 +0000
Subject: [PATCH] Erase ElementSurfaces

---
 arkindex/schema.yml | 104 +-------------------------------------------
 1 file changed, 1 insertion(+), 103 deletions(-)

diff --git a/arkindex/schema.yml b/arkindex/schema.yml
index a98a846..acdcdf0 100644
--- a/arkindex/schema.yml
+++ b/arkindex/schema.yml
@@ -16,7 +16,7 @@ info:
     name: Teklia
     url: https://www.teklia.com/
   title: Arkindex API
-  version: 0.9.8-dev1
+  version: 0.9.8-dev2
 openapi: 3.0.2
 paths:
   /api/v1/act/{id}/:
@@ -3207,108 +3207,6 @@ paths:
       security: []
       tags:
       - elements
-  /api/v1/elements/{id}/surfaces/:
-    get:
-      description: Detailed list of all children surfaces of an element
-      operationId: ListElementSurfaces
-      parameters:
-      - description: ''
-        in: path
-        name: id
-        required: true
-        schema:
-          type: string
-      - description: A page number within the paginated result set.
-        in: query
-        name: page
-        required: false
-        schema:
-          type: integer
-      - description: Number of results to return per page.
-        in: query
-        name: page_size
-        required: false
-        schema:
-          type: integer
-      responses:
-        '200':
-          content:
-            application/json:
-              schema:
-                properties:
-                  count:
-                    example: 123
-                    type: integer
-                  next:
-                    nullable: true
-                    type: string
-                  number:
-                    example: 123
-                    type: integer
-                  previous:
-                    nullable: true
-                    type: string
-                  results:
-                    items:
-                      properties:
-                        corpus:
-                          properties:
-                            id:
-                              format: uuid
-                              type: string
-                            name:
-                              maxLength: 250
-                              type: string
-                            public:
-                              type: boolean
-                          readOnly: true
-                          required:
-                          - name
-                          type: object
-                        id:
-                          format: uuid
-                          type: string
-                        name:
-                          maxLength: 250
-                          type: string
-                        thumbnail_put_url:
-                          format: uri
-                          pattern: "^(?:[a-z0-9\\.\\-\\+]*)://(?:[^\\s:@/]+(?::[^\\\
-                            s:@/]*)?@)?(?:(?:25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)(?:\\\
-                            .(?:25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)){3}|\\[[0-9a-f:\\\
-                            .]+\\]|([a-z\xA1-\uFFFF0-9](?:[a-z\xA1-\uFFFF0-9-]{0,61}[a-z\xA1\
-                            -\uFFFF0-9])?(?:\\.(?!-)[a-z\xA1-\uFFFF0-9-]{1,63}(?<!-))*\\\
-                            .(?!-)(?:[a-z\xA1-\uFFFF-]{2,63}|xn--[a-z0-9]{1,59})(?<!-)\\\
-                            .?|localhost))(?::\\d{2,5})?(?:[/?#][^\\s]*)?\\Z"
-                          readOnly: true
-                          type: string
-                        thumbnail_url:
-                          format: uri
-                          pattern: "^(?:[a-z0-9\\.\\-\\+]*)://(?:[^\\s:@/]+(?::[^\\\
-                            s:@/]*)?@)?(?:(?:25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)(?:\\\
-                            .(?:25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)){3}|\\[[0-9a-f:\\\
-                            .]+\\]|([a-z\xA1-\uFFFF0-9](?:[a-z\xA1-\uFFFF0-9-]{0,61}[a-z\xA1\
-                            -\uFFFF0-9])?(?:\\.(?!-)[a-z\xA1-\uFFFF0-9-]{1,63}(?<!-))*\\\
-                            .(?!-)(?:[a-z\xA1-\uFFFF-]{2,63}|xn--[a-z0-9]{1,59})(?<!-)\\\
-                            .?|localhost))(?::\\d{2,5})?(?:[/?#][^\\s]*)?\\Z"
-                          readOnly: true
-                          type: string
-                        type:
-                          enum:
-                          - volume
-                          - register
-                          - act
-                          - page
-                          - surface
-                          readOnly: true
-                      required:
-                      - name
-                    type: array
-                type: object
-          description: ''
-      security: []
-      tags:
-      - elements
   /api/v1/entity/:
     post:
       description: Create a new entity
-- 
GitLab