Skip to content
Snippets Groups Projects
Verified Commit 59d33ec1 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Limity delky zprav

parent 707ceb68
No related branches found
No related tags found
No related merge requests found
Pipeline #1989 passed
......@@ -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
......
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment