diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0294ae27c5c30c9e83289d5f84a01214f581eaeb..f466356d7e25028c9f3a1b2d2159c8e0410eb0e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: docker:19.03.1 variables: DOCKER_TLS_CERTDIR: "/certs" IMAGE_TAG: $CI_REGISTRY_IMAGE - IMAGE_VER: 1.5.2 + IMAGE_VER: 1.6.0 services: - docker:19.03.1-dind diff --git a/openapi.yaml b/openapi.yaml index 216ca04a9968187671f3341e8e6af14dd01c2cc2..ed4dec9a7e60455d04bfaa8753ae86968ffd9ec3 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: - version: 1.5.1 + version: 1.6.0 title: CF Online description: CF Online license: @@ -135,8 +135,10 @@ components: enum: [0, 1, 2, 3, 4, 5] content: type: string + maxLength: 1024 link: type: string + maxLength: 256 related_post_id: type: integer Post: @@ -148,6 +150,7 @@ components: readOnly: true datetime: type: string + readOnly: true type: type: integer enum: [0, 1] @@ -156,6 +159,7 @@ components: enum: [0, 1, 2, 3, 4] content: type: string + maxLength: 1024 is_changed: type: boolean is_archived: @@ -259,8 +263,10 @@ paths: enum: [3, 4] content: type: string + maxLength: 1024 link: type: string + maxLength: 256 required: - content responses: @@ -359,6 +365,7 @@ paths: enum: [0, 1] content: type: string + maxLength: 1024 required: - type - content @@ -464,6 +471,7 @@ paths: enum: [0, 1, 2, 3, 4] content: type: string + maxLength: 1024 is_archived: type: boolean responses: