Skip to content
Snippets Groups Projects
Commit 7219b7ee authored by RAKOTOJAONA RAINIMANGAVELO Matthieu's avatar RAKOTOJAONA RAINIMANGAVELO Matthieu
Browse files

openapi: fix command model

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