Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Registry
Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Competify
Docs
Commits
c9bb66ca
Commit
c9bb66ca
authored
Jul 12, 2018
by
Rosana Aurélio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[API] Correções na API
parent
6a754cca
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
810 additions
and
570 deletions
+810
-570
Competition.API.yaml
Api/Competition.API.yaml
+246
-224
Competition.Adm.API.yaml
Api/Competition.Adm.API.yaml
+518
-346
schemas.yaml
Api/components/schemas.yaml
+3
-0
Auth.yaml
Api/components/schemas/Auth.yaml
+43
-0
No files found.
Api/Competition.API.yaml
View file @
c9bb66ca
This diff is collapsed.
Click to expand it.
Api/Competition.Adm.API.yaml
View file @
c9bb66ca
This diff is collapsed.
Click to expand it.
Api/components/schemas.yaml
View file @
c9bb66ca
...
...
@@ -151,3 +151,6 @@ FormAnswer:
FormSection
:
$ref
:
>-
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Subscription.yaml/#/FormSection
User
:
$ref
:
>-
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Auth.yaml/#/User
Api/components/schemas/Auth.yaml
0 → 100644
View file @
c9bb66ca
User
:
required
:
-
username
-
password
-
email
properties
:
username
:
type
:
string
password
:
type
:
string
email
:
type
:
string
userProfile
:
type
:
string
enum
:
-
SYS_ADMIN
-
COMPETITION_ADMIN
-
COMPETITOR
Access
:
required
:
-
user
properties
:
user
:
$ref
:
'
#/user'
resource
:
$ref
:
'
#/resource'
type
:
type
:
string
enum
:
-
MASTER
-
HOST
-
USER
-
ANONYM
Resource
:
required
:
-
resourceId
properties
:
resourceId
:
type
:
string
type
:
type
:
string
enum
:
-
COMPETITION
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment