Skip to content

Commit

Permalink
Merge pull request #104 from OskarStark/patch-1
Browse files Browse the repository at this point in the history
Fix broken highlighting
  • Loading branch information
roberto-butti authored May 4, 2024
2 parents ebbade2 + 88bfcb7 commit 6125555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ $result = $managementClient->get('spaces/' . $spaceId . '/stories')->getBody();
print_r($result['stories']);
```

With `getBody()` method you can access the body response, and then access the `'`stories'` key, to access the story list.
With `getBody()` method you can access the body response, and then access the `stories` key, to access the story list.

### Create data, post() method
If you need to create data, you have to perform an HTTP request with the `POST` method.
Expand Down

0 comments on commit 6125555

Please sign in to comment.