action.json 252 B

123456
  1. {
  2. "changePassword": {"uri": "/jaxrs/password", "method": "PUT"},
  3. "getPerson": {"uri": "/jaxrs/person"},
  4. "updatePerson": {"uri": "/jaxrs/person", "method": "PUT"},
  5. "changeIcon": {"uri": "/servlet/icon", "method": "POST", "enctype": "formData"}
  6. }