Skip to content

Commit

Permalink
Rename KSQL HTTP API to KSQL REST API
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael G. Noll committed May 15, 2018
1 parent 77b5b2b commit a947ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. _ksql-http-api:

KSQL HTTP API Reference
KSQL REST API Reference
=======================

Content Types
-------------

The KSQL HTTP server uses content types for requests and responses to indicate the serialization format of the data. Currently, the only serialization format supported is JSON, specified as ``application/json``. Your request should specify this content type in the ``Accept`` header::
The KSQL REST API uses content types for requests and responses to indicate the serialization format of the data. Currently, the only serialization format supported is JSON, specified as ``application/json``. Your request should specify this content type in the ``Accept`` header::

Accept: application/json

Expand Down

0 comments on commit a947ecc

Please sign in to comment.