Fixed typos in some of the pages (#1270)
* Update architecture.markdown * Update component_discovery.markdown * Update development_validation.markdown * Update frontend.markdown * Update maintenance.markdown * Update multiple_instances.markdown * Update python_api.markdown * Update releasing.markdown * Update rest_api.markdown * Update server_sent_events.markdown * Update website.markdown
This commit is contained in:
parent
2484dc43e3
commit
404815fae0
11 changed files with 30 additions and 30 deletions
|
@ -333,7 +333,7 @@ Expects a JSON object that has at least a state attribute:
|
|||
}
|
||||
```
|
||||
|
||||
Return code is 200 if the entity existed, 201 if the state of a new entity was set. A location header will be returned with the url of the new resource. The response body will contain a JSON encoded State object.
|
||||
The return code is 200 if the entity existed, 201 if the state of a new entity was set. A location header will be returned with the URL of the new resource. The response body will contain a JSON encoded State object.
|
||||
|
||||
```json
|
||||
{
|
||||
|
@ -476,7 +476,7 @@ Requires a JSON object that represents the API to cancel forwarding to.
|
|||
}
|
||||
```
|
||||
|
||||
It will return a message if event forwarding was cancelled successful.
|
||||
It will return a message if event forwarding was cancelled successfully.
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue