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
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -8,16 +8,18 @@ components: ...@@ -8,16 +8,18 @@ components:
Query: Query:
type: object type: object
properties: properties:
getObjects:
type: array
items:
type: string
getObject:
type: string
replicators: replicators:
type: array type: array
items: items:
$ref: "#/components/schemas/Replicator" $ref: "#/components/schemas/Replicator"
replicator: replicator:
$ref: "#/components/schemas/Replicator" $ref: "#/components/schemas/Replicator"
appObjects:
type: array
items:
$ref: "#/components/schemas/AppObject"
Replicator: Replicator:
type: object type: object
required: required:
...@@ -33,21 +35,14 @@ components: ...@@ -33,21 +35,14 @@ components:
type: boolean type: boolean
state: state:
type: string type: string
AppObject:
type: object
required:
- id
properties:
id:
type: string
document:
type: string
Mutation: Mutation:
type: object type: object
properties: properties:
replicator:
type: string
createApp: createApp:
type: string type: string
deleteApp: deleteApp:
type: string 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