Skip to content
Snippets Groups Projects
Commit 3c4033fc authored by REIG Julien's avatar REIG Julien
Browse files

Merge branch 'master' into 'master'

openapi: fix command model

See merge request !15
parents e4806cf7 7219b7ee
No related branches found
No related tags found
1 merge request!15openapi: fix command model
...@@ -324,15 +324,15 @@ components: ...@@ -324,15 +324,15 @@ components:
name: titi name: titi
lastUpdate: 2024-01-17T16:25:47.244Z lastUpdate: 2024-01-17T16:25:47.244Z
commands: commands:
- value: mkdir toto - command: mkdir toto
date: 2024-01-17T16:25:47.244Z date: 2024-01-17T16:25:47.244Z
- value: touch toto/titi.txt - command: touch toto/titi.txt
date: 2024-01-17T16:25:47.244Z date: 2024-01-17T16:25:47.244Z
command: command:
type: object type: object
required: required:
- id - id
- value - command
- date - date
properties: properties:
id: id:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment