Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmerderonde committed Nov 5, 2024
1 parent 9412c23 commit b5766d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ receiver and the custom implementation at the host institution?
- What is the response from the SIS to the enrollment receiver?
- After processing the enrollment request in the host institution, and
informing the home institution a response is returned to the enrollment receiver. The HTTP status code should always be 200, and the response should look like this:
``` json

```json
{
"result": "ok",
"code": 200,
Expand All @@ -59,6 +60,7 @@ receiver and the custom implementation at the host institution?
"redirect" : "https://optional.redirect/for-extra-information"
}
```

For the `code` use these values:

| Value | Label |
Expand Down

0 comments on commit b5766d5

Please sign in to comment.