You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
# Update Rusty's name in read-write datastore.
$ curl -X PATCH "https://30lxcuxu8d.execute-api.us-east-1.amazonaws.com/sandbox/dogs/cLnG8C2d_" \
--data name="Rustinus B. Rutherford" \
--header "x-dogs-api-key: <key>"
$ curl "https://30lxcuxu8d.execute-api.us-east-1.amazonaws.com/sandbox/dogs/cLnG8C2d_" \
--header "x-dogs-api-key: <key>"# EXPECTED/ACTUAL: Name is Rustinus B. Rutherford# Reset the read-write datastore back to original state.
$ curl -X POST "https://30lxcuxu8d.execute-api.us-east-1.amazonaws.com/sandbox/reset" \
--header "x-dogs-api-key: <key>"
$ curl "https://30lxcuxu8d.execute-api.us-east-1.amazonaws.com/sandbox/dogs/cLnG8C2d_" \
--header "x-dogs-api-key: <key>"# EXPECTED: Name is back to Rusty# ACTUAL: Name is still Rustinus B. Rutherford
The text was updated successfully, but these errors were encountered:
Reproduction:
The text was updated successfully, but these errors were encountered: