diff --git a/challenges/05-apis-and-microservices/api-and-microservice-projects.json b/challenges/05-apis-and-microservices/api-and-microservice-projects.json index a3013c9589..5ada1c1ee2 100644 --- a/challenges/05-apis-and-microservices/api-and-microservice-projects.json +++ b/challenges/05-apis-and-microservices/api-and-microservice-projects.json @@ -148,11 +148,11 @@ "testString": "" }, { - "text": "I can add an exercise to any user by posting form data userId(_id), description, duration, and optionally date to /api/exercise/add. If no date supplied it will use current date. Returned will the the user object with also with the exercise fields added.", + "text": "I can add an exercise to any user by posting form data userId(_id), description, duration, and optionally date to /api/exercise/add. If no date supplied it will use current date. App will return the user object with the exercise fields added.", "testString": "" }, { - "text": "I can retrieve a full exercise log of any user by getting /api/exercise/log with a parameter of userId(_id). Return will be the user object with added array log and count (total exercise count).", + "text": "I can retrieve a full exercise log of any user by getting /api/exercise/log with a parameter of userId(_id). App will return the user object with added array log and count (total exercise count).", "testString": "" }, {