We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET /objectives
Listado de objetivos Con opción de no traer objetivos ya resueltos / de periodos cerrados application/vnd.mercap.objective+json
POST /objectives
Dar de alta un objetivo application/vnd.mercap.objective+json
GET /objectives/{{uuid}}
Ver un objetivo application/vnd.mercap.objective+json
{ "description": "Ship Abbaco v2", "key-results": [ { "keyresult": <uuid>, "description": "Deploy Abbaco backend APIs", "weight": 0.3 },{ "keyresult": <uuid>, "description": "Deploy Abbaco frontend using APIs", "weight": 0.3 } ] }
PATCH /objectives/{{uuid}}
Actualizar un objetivo application/vnd.mercap.objective+json
DELETE /objectives/{{uuid}}
Eliminar un objetivo
Ref: https://docs.google.com/document/d/1Xo5O0HS6RJWY17MnQ_HeOT1F69hXH42nA9gwbZmHgVo/edit#
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GET /objectives
POST /objectives
GET /objectives/{{uuid}}
PATCH /objectives/{{uuid}}
DELETE /objectives/{{uuid}}
Ref: https://docs.google.com/document/d/1Xo5O0HS6RJWY17MnQ_HeOT1F69hXH42nA9gwbZmHgVo/edit#
The text was updated successfully, but these errors were encountered: