Skip to content
This repository has been archived by the owner on Jun 12, 2019. It is now read-only.

Erreur lors de la création d'une instance #2

Open
Likaos opened this issue Apr 11, 2015 · 1 comment
Open

Erreur lors de la création d'une instance #2

Likaos opened this issue Apr 11, 2015 · 1 comment

Comments

@Likaos
Copy link

Likaos commented Apr 11, 2015

Impossible de créer une instance via cette API, j'ai corrigé temporairement comme ça

@post("/instance")
InstanceDetail createInstance(@Body InstanceDetail instanceDetail );

Devrait être

@post("/instance")
InstanceDetail createInstance(@Body InstanceAlter instanceDetail);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Likaos and others