Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cf-online-api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KS Pardubický kraj
cf-online-api
Commits
e98cd361
Verified
Commit
e98cd361
authored
4 years ago
by
Andrej Ramašeuski
Browse files
Options
Downloads
Patches
Plain Diff
Syntax fix
parent
096a7789
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
openapi.yaml
+105
-2
105 additions, 2 deletions
openapi.yaml
with
105 additions
and
2 deletions
openapi.yaml
+
105
−
2
View file @
e98cd361
openapi
:
3.0.3
info
:
version
:
2.0
version
:
"
2.0
"
title
:
CF Online
description
:
CF Online
license
:
...
...
@@ -306,6 +306,13 @@ paths:
-
config
summary
:
"
Upravit
polozku
konfigu"
operationId
:
updateConfigEntry
parameters
:
-
name
:
id
description
:
"
ID"
in
:
path
schema
:
type
:
integer
required
:
true
requestBody
:
content
:
application/json
:
...
...
@@ -429,6 +436,13 @@ paths:
-
events
summary
:
"
Detail
udalosti"
operationId
:
getEvent
parameters
:
-
name
:
id
in
:
path
required
:
true
description
:
"
ID"
schema
:
type
:
integer
responses
:
200
:
description
:
Udalost
...
...
@@ -442,8 +456,15 @@ paths:
-
Bearer
:
[]
tags
:
-
events
summary
:
"
Uprava
udalosti"
summary
:
"
Editace
udalosti"
operationId
:
updateEvent
parameters
:
-
name
:
id
in
:
path
required
:
true
description
:
"
ID"
schema
:
type
:
integer
requestBody
:
content
:
application/json
:
...
...
@@ -490,6 +511,13 @@ paths:
-
event
summary
:
"
Smazat
udalost"
operationId
:
deleteEvent
parameters
:
-
name
:
id
in
:
path
required
:
true
description
:
"
ID"
schema
:
type
:
integer
responses
:
204
:
description
:
Event deleted
...
...
@@ -556,6 +584,13 @@ paths:
-
programm
summary
:
"
Upravit
bod
programu"
operationId
:
updateProgramEntry
parameters
:
-
name
:
id
in
:
path
required
:
true
description
:
"
ID"
schema
:
type
:
integer
requestBody
:
content
:
application/json
:
...
...
@@ -647,6 +682,13 @@ paths:
-
announcements
summary
:
"
Upravit
notifikaci"
operationId
:
updateAnnouncement
parameters
:
-
name
:
id
in
:
path
required
:
true
description
:
"
ID"
schema
:
type
:
integer
requestBody
:
content
:
application/json
:
...
...
@@ -663,6 +705,13 @@ paths:
-
announcements
summary
:
"
Smazat
notifikaci"
operationId
:
deleteAnnouncement
parameters
:
-
name
:
id
in
:
path
required
:
true
description
:
"
ID"
schema
:
type
:
integer
responses
:
204
:
description
:
Announcement deleted
...
...
@@ -767,6 +816,13 @@ paths:
-
posts
summary
:
"
Detail
zpravy"
operationId
:
getPost
parameters
:
-
name
:
id
in
:
path
required
:
true
description
:
"
ID"
schema
:
type
:
integer
responses
:
200
:
description
:
Post
...
...
@@ -782,6 +838,13 @@ paths:
-
posts
summary
:
"
Uprava
zpravu"
operationId
:
updatePost
parameters
:
-
name
:
id
in
:
path
required
:
true
description
:
"
ID"
schema
:
type
:
integer
requestBody
:
content
:
application/json
:
...
...
@@ -808,6 +871,13 @@ paths:
-
posts
summary
:
"
Smazat
zpravu"
operationId
:
deletePost
parameters
:
-
name
:
id
in
:
path
required
:
true
description
:
"
ID"
schema
:
type
:
integer
responses
:
204
:
description
:
Post deleted
...
...
@@ -822,6 +892,12 @@ paths:
summary
:
"
Like"
operationId
:
likePost
parameters
:
-
name
:
id
in
:
path
description
:
"
ID"
required
:
true
schema
:
type
:
integer
-
name
:
ranking
in
:
query
required
:
false
...
...
@@ -843,6 +919,12 @@ paths:
summary
:
"
Like"
operationId
:
dislikePost
parameters
:
-
name
:
id
in
:
path
description
:
"
ID"
schema
:
type
:
integer
required
:
true
-
name
:
ranking
in
:
query
required
:
false
...
...
@@ -880,6 +962,13 @@ paths:
-
users
summary
:
Ban user
operationId
:
banUser
parameters
:
-
name
:
id
in
:
path
description
:
"
ID"
schema
:
type
:
integer
required
:
true
responses
:
204
:
description
:
User banned
...
...
@@ -893,6 +982,13 @@ paths:
-
users
summary
:
Unban user
operationId
:
UnbanUser
parameters
:
-
name
:
id
in
:
path
description
:
"
ID"
required
:
true
schema
:
type
:
integer
responses
:
204
:
description
:
User banned
...
...
@@ -906,6 +1002,13 @@ paths:
-
users
summary
:
Set jitsi access
operationId
:
jitsi
parameters
:
-
name
:
id
description
:
"
ID"
in
:
path
schema
:
type
:
integer
required
:
true
requestBody
:
content
:
application/json
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment