Documentation
¶
Overview ¶
This example shows how to handle omittable/nullable fields and an optional body in JSON input. Try the following requests:
# Omit the body
restish post :8888/omittable
# Send a null body
echo '{}' | restish post :8888/omittable
# Send a body with a null name
restish post :8888/omittable name: null
# Send a body with a name
restish post :8888/omittable name: Kari
Click to show internal directories.
Click to hide internal directories.