Skip to content

Commit 61b2ada

Browse files
moreautrjeberhard
authored andcommitted
Fix typo
1 parent 3671fe8 commit 61b2ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can access most of the REST services using `GET`, for example:
99

1010
All of the REST services require authentication. Callers must pass in a valid token header and a CA certificate file. Callers should pass in the `Accept:/application/json` header.
1111

12-
To protect against Cross Site Request Forgery (CSRF) attacks, the Operator REST api requires that you send in a `X-Requested-By` header when you invoke a REST endpoint that makes a change (for example when you POST to the `/scale` endpoint). The value is an arbitrary name such as 'MyClient'. For example, when using curl:
12+
To protect against Cross Site Request Forgery (CSRF) attacks, the Operator REST API requires that you send in a `X-Requested-By` header when you invoke a REST endpoint that makes a change (for example when you POST to the `/scale` endpoint). The value is an arbitrary name such as 'MyClient'. For example, when using curl:
1313

1414
```
1515
curl ... -H X-RequestedBy:MyClient ... -X POST .../scaling

0 commit comments

Comments
 (0)