Skip to content

Commit

Permalink
Merge pull request #965 from alphagov/PP-12629-update-api-docs-with-q…
Browse files Browse the repository at this point in the history
…uoted-field-names

PP-12629 Update API docs with quoted field names
  • Loading branch information
marcotranchino authored Jun 3, 2024
2 parents cbfe738 + ca29305 commit e74618b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ This example request creates an agreement for the service to take council tax fr

```json
{
reference : "CT-22-23-0001",
description : "Dorset Council 2022/23 council tax subscription."
user_identifier: "user-3fb81107-76b7-4910"
"reference": "CT-22-23-0001",
"description": "Dorset Council 2022/23 council tax subscription."
"user_identifier": "user-3fb81107-76b7-4910"
}
```

Expand Down
8 changes: 4 additions & 4 deletions source/recurring_payments/index.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -463,10 +463,10 @@ Example response:

```json
{
total: 45,
count: 20,
page: 1,
results: [
"total": 45,
"count": 20,
"page": 1,
"results": [
{
"agreement_id": "cgc1ocvh0pt9fqs0ma67r42l58",
"reference": "CT-22-23-0001",
Expand Down

0 comments on commit e74618b

Please sign in to comment.