Skip to content

Commit

Permalink
Update API docs with quoted field names
Browse files Browse the repository at this point in the history
With this change, we are updating the public tech docs, making sure that all
JSON fields are quoted.

Further information in JIRA.

https://payments-platform.atlassian.net/browse/PP-12629
  • Loading branch information
marcotranchino committed Jun 3, 2024
1 parent cbfe738 commit ca29305
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 ca29305

Please sign in to comment.