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

fixed extra _: issue #247

Merged
merged 2 commits into from
Jul 12, 2018
Merged

fixed extra _: issue #247

merged 2 commits into from
Jul 12, 2018

Conversation

vaibhavchellani
Copy link
Contributor

Fixes #245

Checklist

  • My branch is up-to-date with upstream/develop branch.
  • Everything works and tested for Python 3.5.2 and above.

Description

We had an extra "_:" in every doc , we removed that in this PR .

"supportedOperation": [
                            {
                                "@id": "_:_:httpapilog_collection_retrieve",
                                "@type": "hydra:Operation",
                                "description": "Retrieves all HttpApiLog entities",
                                "expects": "null",
                                "method": "GET",
                                "returns": "vocab:HttpApiLogCollection",
                                "statusCodes": []
                            },
                            {
                                "@id": "_:_:httpapilog_create",
                                "@type": "http://schema.org/AddAction",
                                "description": "Create new HttpApiLog entitity",
                                "expects": "vocab:HttpApiLog",
                                "method": "PUT",
                                "returns": "vocab:HttpApiLog",
                                "statusCodes": [
                                    {
                                        "description": "If the HttpApiLog entity was created successfully.",
                                        "statusCode": 201
                                    }
                                ]
                            }

Test Logs

screen shot 2018-07-10 at 1 07 10 pm

@xadahiya
Copy link
Member

Isn't this error due to the doc writer? How is it fixed?

@vaibhavchellani
Copy link
Contributor Author

oh okay i did not push that @xadahiya

@xadahiya xadahiya merged commit cf781e4 into HTTP-APIs:develop Jul 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants