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
"git@gitlab.pirati.cz:b1242/majak.git" did not exist on "496d67c864a884e242d279962f1ad3a8eda00b9c"
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
Hide 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
openapi
:
3.0.3
info
:
info
:
version
:
2.0
version
:
"
2.0
"
title
:
CF Online
title
:
CF Online
description
:
CF Online
description
:
CF Online
license
:
license
:
...
@@ -306,6 +306,13 @@ paths:
...
@@ -306,6 +306,13 @@ paths:
-
config
-
config
summary
:
"
Upravit
polozku
konfigu"
summary
:
"
Upravit
polozku
konfigu"
operationId
:
updateConfigEntry
operationId
:
updateConfigEntry
parameters
:
-
name
:
id
description
:
"
ID"
in
:
path
schema
:
type
:
integer
required
:
true
requestBody
:
requestBody
:
content
:
content
:
application/json
:
application/json
:
...
@@ -429,6 +436,13 @@ paths:
...
@@ -429,6 +436,13 @@ paths:
-
events
-
events
summary
:
"
Detail
udalosti"
summary
:
"
Detail
udalosti"
operationId
:
getEvent
operationId
:
getEvent
parameters
:
-
name
:
id
in
:
path
required
:
true
description
:
"
ID"
schema
:
type
:
integer
responses
:
responses
:
200
:
200
:
description
:
Udalost
description
:
Udalost
...
@@ -442,8 +456,15 @@ paths:
...
@@ -442,8 +456,15 @@ paths:
-
Bearer
:
[]
-
Bearer
:
[]
tags
:
tags
:
-
events
-
events
summary
:
"
Uprava
udalosti"
summary
:
"
Editace
udalosti"
operationId
:
updateEvent
operationId
:
updateEvent
parameters
:
-
name
:
id
in
:
path
required
:
true
description
:
"
ID"
schema
:
type
:
integer
requestBody
:
requestBody
:
content
:
content
:
application/json
:
application/json
:
...
@@ -490,6 +511,13 @@ paths:
...
@@ -490,6 +511,13 @@ paths:
-
event
-
event
summary
:
"
Smazat
udalost"
summary
:
"
Smazat
udalost"
operationId
:
deleteEvent
operationId
:
deleteEvent
parameters
:
-
name
:
id
in
:
path
required
:
true
description
:
"
ID"
schema
:
type
:
integer
responses
:
responses
:
204
:
204
:
description
:
Event deleted
description
:
Event deleted
...
@@ -556,6 +584,13 @@ paths:
...
@@ -556,6 +584,13 @@ paths:
-
programm
-
programm
summary
:
"
Upravit
bod
programu"
summary
:
"
Upravit
bod
programu"
operationId
:
updateProgramEntry
operationId
:
updateProgramEntry
parameters
:
-
name
:
id
in
:
path
required
:
true
description
:
"
ID"
schema
:
type
:
integer
requestBody
:
requestBody
:
content
:
content
:
application/json
:
application/json
:
...
@@ -647,6 +682,13 @@ paths:
...
@@ -647,6 +682,13 @@ paths:
-
announcements
-
announcements
summary
:
"
Upravit
notifikaci"
summary
:
"
Upravit
notifikaci"
operationId
:
updateAnnouncement
operationId
:
updateAnnouncement
parameters
:
-
name
:
id
in
:
path
required
:
true
description
:
"
ID"
schema
:
type
:
integer
requestBody
:
requestBody
:
content
:
content
:
application/json
:
application/json
:
...
@@ -663,6 +705,13 @@ paths:
...
@@ -663,6 +705,13 @@ paths:
-
announcements
-
announcements
summary
:
"
Smazat
notifikaci"
summary
:
"
Smazat
notifikaci"
operationId
:
deleteAnnouncement
operationId
:
deleteAnnouncement
parameters
:
-
name
:
id
in
:
path
required
:
true
description
:
"
ID"
schema
:
type
:
integer
responses
:
responses
:
204
:
204
:
description
:
Announcement deleted
description
:
Announcement deleted
...
@@ -767,6 +816,13 @@ paths:
...
@@ -767,6 +816,13 @@ paths:
-
posts
-
posts
summary
:
"
Detail
zpravy"
summary
:
"
Detail
zpravy"
operationId
:
getPost
operationId
:
getPost
parameters
:
-
name
:
id
in
:
path
required
:
true
description
:
"
ID"
schema
:
type
:
integer
responses
:
responses
:
200
:
200
:
description
:
Post
description
:
Post
...
@@ -782,6 +838,13 @@ paths:
...
@@ -782,6 +838,13 @@ paths:
-
posts
-
posts
summary
:
"
Uprava
zpravu"
summary
:
"
Uprava
zpravu"
operationId
:
updatePost
operationId
:
updatePost
parameters
:
-
name
:
id
in
:
path
required
:
true
description
:
"
ID"
schema
:
type
:
integer
requestBody
:
requestBody
:
content
:
content
:
application/json
:
application/json
:
...
@@ -808,6 +871,13 @@ paths:
...
@@ -808,6 +871,13 @@ paths:
-
posts
-
posts
summary
:
"
Smazat
zpravu"
summary
:
"
Smazat
zpravu"
operationId
:
deletePost
operationId
:
deletePost
parameters
:
-
name
:
id
in
:
path
required
:
true
description
:
"
ID"
schema
:
type
:
integer
responses
:
responses
:
204
:
204
:
description
:
Post deleted
description
:
Post deleted
...
@@ -822,6 +892,12 @@ paths:
...
@@ -822,6 +892,12 @@ paths:
summary
:
"
Like"
summary
:
"
Like"
operationId
:
likePost
operationId
:
likePost
parameters
:
parameters
:
-
name
:
id
in
:
path
description
:
"
ID"
required
:
true
schema
:
type
:
integer
-
name
:
ranking
-
name
:
ranking
in
:
query
in
:
query
required
:
false
required
:
false
...
@@ -843,6 +919,12 @@ paths:
...
@@ -843,6 +919,12 @@ paths:
summary
:
"
Like"
summary
:
"
Like"
operationId
:
dislikePost
operationId
:
dislikePost
parameters
:
parameters
:
-
name
:
id
in
:
path
description
:
"
ID"
schema
:
type
:
integer
required
:
true
-
name
:
ranking
-
name
:
ranking
in
:
query
in
:
query
required
:
false
required
:
false
...
@@ -880,6 +962,13 @@ paths:
...
@@ -880,6 +962,13 @@ paths:
-
users
-
users
summary
:
Ban user
summary
:
Ban user
operationId
:
banUser
operationId
:
banUser
parameters
:
-
name
:
id
in
:
path
description
:
"
ID"
schema
:
type
:
integer
required
:
true
responses
:
responses
:
204
:
204
:
description
:
User banned
description
:
User banned
...
@@ -893,6 +982,13 @@ paths:
...
@@ -893,6 +982,13 @@ paths:
-
users
-
users
summary
:
Unban user
summary
:
Unban user
operationId
:
UnbanUser
operationId
:
UnbanUser
parameters
:
-
name
:
id
in
:
path
description
:
"
ID"
required
:
true
schema
:
type
:
integer
responses
:
responses
:
204
:
204
:
description
:
User banned
description
:
User banned
...
@@ -906,6 +1002,13 @@ paths:
...
@@ -906,6 +1002,13 @@ paths:
-
users
-
users
summary
:
Set jitsi access
summary
:
Set jitsi access
operationId
:
jitsi
operationId
:
jitsi
parameters
:
-
name
:
id
description
:
"
ID"
in
:
path
schema
:
type
:
integer
required
:
true
requestBody
:
requestBody
:
content
:
content
:
application/json
:
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