Skip to content

Example body JSON is incorrectly formatted #24

@justincastilla

Description

@justincastilla

The example JSON body content below is incorrect.

https://github.com/accredible/master-apiary/blob/9189de1c02f58c80643a4a54777c2f631d2a8562/apiary.apib#L333-L346

It should be in this format:

{
  "credentials": [
    {
      "recipient":
        {
          "name": "John Doe", "email": "student@example.com" 
        }, 
      "group": "ClassGroup" , 
      "group_id": 123456
    },
     {
      "recipient":
        {
          "name": "John Doe", "email": "student@example.com" 
        }, 
      "group": "ClassGroup" , 
      "group_id": 123456
    },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions