Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
inventory-provider
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geant-swd
dashboardv3
inventory-provider
Commits
0e562e74
Commit
0e562e74
authored
1 year ago
by
Sam Roberts
Browse files
Options
Downloads
Patches
Plain Diff
fix a formatting typo in protocol docs
parent
995bf783
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/protocol.rst
+2
-2
2 additions, 2 deletions
docs/source/protocol.rst
with
2 additions
and
2 deletions
docs/source/protocol.rst
+
2
−
2
View file @
0e562e74
...
@@ -7,11 +7,11 @@ This module implements a Flask-based webservice which
...
@@ -7,11 +7,11 @@ This module implements a Flask-based webservice which
communicates with clients over HTTP.
communicates with clients over HTTP.
Responses to valid requests are returned as JSON messages.
Responses to valid requests are returned as JSON messages.
The server will therefore return an error unless
The server will therefore return an error unless
`application/json` is in the `Accept` request header field.
`
`application/json`
`
is in the
`
`Accept`
`
request header field.
HTTP communication and JSON grammar details are
HTTP communication and JSON grammar details are
beyond the scope of this document.
beyond the scope of this document.
Please refer to
[
RFC 2616
](
https://tools.ietf.org/html/rfc2616
)
Please refer to
`
RFC 2616
<
https://tools.ietf.org/html/rfc2616
>`_
and www.json.org for more details.
and www.json.org for more details.
.. contents:: :local:
.. contents:: :local:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment