mirror of
https://github.com/pushbits/server.git
synced 2025-06-03 11:12:05 +02:00
Handle unbound members when binding request
This commit is contained in:
parent
9a65fb4356
commit
76c2fe9c22
4 changed files with 51 additions and 25 deletions
|
@ -16,5 +16,5 @@ type CreateApplication struct {
|
|||
|
||||
// UpdateApplication is used to process queries for updating applications.
|
||||
type UpdateApplication struct {
|
||||
Name string `json:"name"`
|
||||
Name *string `json:"name"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue