Closed cacosandon closed 4 years ago
Le indicaste a la API que estás enviando un JSON?
Saludos
On Tue, Jul 14, 2020, 13:40 Joaquín Ossandon notifications@github.com wrote:
Hola,
Estoy comunicandome con la API para ejecutar una acción, y al poner el body
{ "action": { "type": "MOVE", "ship": "H6, "direction": "EAST", "quantity": 1 } }
Me tira como error {"error":"An action must be defined"}
Qué puede ser?
Gracias!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/IIC2513-2020-1/syllabus/issues/172, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABIFVP4A45QRGNAUKRUAZFDR3SJ77ANCNFSM4OZXW56Q .
Si!
Le paso el Content-Type y la Authorization :/
Ahora me funcionó! Estaba pasando mal un string
Hola,
Estoy comunicandome con la API para ejecutar una acción, y al poner el body
{ "action": { "type": "MOVE", "ship": "H6, "direction": "EAST", "quantity": 1 } }
Me tira como error {"error":"An action must be defined"}
Qué puede ser?
Gracias!