Closed LNasyaS closed 7 months ago
Scenario: Get a project Given Get project with valid id 2330815385 When Send request get project Then Status code should be 200 And Response body id should be id "2330815385" and project name "Shopping List" And Validate json schema "GetProjectJsonSchema.json"
Returns a JSON object containing a project object related to the given ID. A successful response has 200 OK status and application/json Content-Type.