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

Definovan parametr program_entry_id

parent 32456d29
Branches
Tags
No related merge requests found
Pipeline #1846 passed
...@@ -3,7 +3,7 @@ image: docker:19.03.1 ...@@ -3,7 +3,7 @@ image: docker:19.03.1
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
IMAGE_TAG: $CI_REGISTRY_IMAGE IMAGE_TAG: $CI_REGISTRY_IMAGE
IMAGE_VER: 0.5.0 IMAGE_VER: 0.5.1
services: services:
- docker:19.03.1-dind - docker:19.03.1-dind
......
...@@ -340,6 +340,12 @@ paths: ...@@ -340,6 +340,12 @@ paths:
schema: schema:
type: integer type: integer
enum: [0, 1] enum: [0, 1]
- name: program_entry_id
in: query
description: "Identifikator bodu programu"
required: false
schema:
type: integer
- name: archived - name: archived
in: query in: query
description: "Zobrazovat archivovane" description: "Zobrazovat archivovane"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment