diff --git a/server/pages/developers/index.js b/server/pages/developers/index.js index 52c84559..e65cf843 100644 --- a/server/pages/developers/index.js +++ b/server/pages/developers/index.js @@ -48,7 +48,7 @@ export default function Developers() { small adjustments, including breaking changes to the API.

-

Making requests

+

Making requests

Outline’s API follows simple RPC style conventions where each API endpoint is a method on{' '} @@ -93,7 +93,7 @@ export default function Developers() { -

Authentication

+

Authentication

To access private API endpoints, you must provide a valid API key. @@ -116,7 +116,7 @@ export default function Developers() { resources and they can be called without an API key.

-

Errors

+

Errors

All successful API requests will be returned with 200{' '}