Docs, still WIP
This commit is contained in:
parent
0eb511c714
commit
8900df27c9
6 changed files with 256 additions and 57 deletions
|
@ -540,7 +540,7 @@ func (s *Server) parsePublishParams(r *http.Request, v *visitor, m *message) (ca
|
|||
if actionsStr != "" {
|
||||
m.Actions, err = parseActions(actionsStr)
|
||||
if err != nil {
|
||||
return false, false, "", false, errHTTPBadRequestActionJSONInvalid
|
||||
return false, false, "", false, errHTTPBadRequestActionsInvalid
|
||||
}
|
||||
}
|
||||
unifiedpush = readBoolParam(r, false, "x-unifiedpush", "unifiedpush", "up") // see GET too!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue