Skip to content
New issue

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

API method to get information about a project does not return all properties #1787

Open
atularora75 opened this issue Sep 29, 2020 · 1 comment
Labels

Comments

@atularora75
Copy link

atularora75 commented Sep 29, 2020

Describe the bug
API /api/aero/v1/projects/{projectId} returns only project name.

To Reproduce
Steps to reproduce the behavior:

  1. Send a request to http:///api/aero/v1/projects/3
    Response
    {
    "messages": [],
    "body": {
    "id": 3,
    "name": "NYESO"
    }
    }

Expected behavior
Following JSOn
{
"messages": [],
"body": {
"id": 3,
"name": "NYESO",
"description": "--whatever--",
"projectType":"annotaion|curation|correction"
}
}

Please complete the following information:

  • AERO 1.0.0
@reckart
Copy link
Member

reckart commented Sep 30, 2020

AERO 1.0.0 does not specify the name or project type as result information.

@reckart reckart added this to the Feature backlog milestone Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants