Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
c-service
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
concordant
Software
c-service
Commits
898648cb
Commit
898648cb
authored
4 years ago
by
Ludovic Le Frioux
Browse files
Options
Downloads
Patches
Plain Diff
Add package-lock and swagger
parent
ee259ef9
No related branches found
No related tags found
2 merge requests
!48
Release v1.1.4
,
!28
Resolve "Update API provided by c-service"
Pipeline
#192991
passed
4 years ago
Stage: test
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package-lock.json
+2941
-1288
2941 additions, 1288 deletions
package-lock.json
swagger.yml
+10
-15
10 additions, 15 deletions
swagger.yml
with
2951 additions
and
1303 deletions
package-lock.json
+
2941
−
1288
View file @
898648cb
This diff is collapsed.
Click to expand it.
swagger.yml
+
10
−
15
View file @
898648cb
...
...
@@ -8,16 +8,18 @@ components:
Query
:
type
:
object
properties
:
getObjects
:
type
:
array
items
:
type
:
string
getObject
:
type
:
string
replicators
:
type
:
array
items
:
$ref
:
"
#/components/schemas/Replicator"
replicator
:
$ref
:
"
#/components/schemas/Replicator"
appObjects
:
type
:
array
items
:
$ref
:
"
#/components/schemas/AppObject"
Replicator
:
type
:
object
required
:
...
...
@@ -33,21 +35,14 @@ components:
type
:
boolean
state
:
type
:
string
AppObject
:
type
:
object
required
:
-
id
properties
:
id
:
type
:
string
document
:
type
:
string
Mutation
:
type
:
object
properties
:
replicator
:
type
:
string
createApp
:
type
:
string
deleteApp
:
type
:
string
updateObject
:
type
:
string
replicator
:
type
:
string
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