Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 898648cb authored by Ludovic Le Frioux's avatar Ludovic Le Frioux
Browse files

Add package-lock and swagger

parent ee259ef9
No related branches found
No related tags found
2 merge requests!48Release v1.1.4,!28Resolve "Update API provided by c-service"
Pipeline #192991 passed
This diff is collapsed.
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment