From 82ca88801eca16e589f7469a267b31f1ed1a063d Mon Sep 17 00:00:00 2001 From: Peter Havekes Date: Wed, 6 Nov 2024 08:48:50 +0100 Subject: [PATCH] Remove 'guest' refrences --- connecting-ooapi.endpoints.md | 2 +- dataformat.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/connecting-ooapi.endpoints.md b/connecting-ooapi.endpoints.md index b5aa971..0bf9168 100644 --- a/connecting-ooapi.endpoints.md +++ b/connecting-ooapi.endpoints.md @@ -10,7 +10,7 @@ Eduxchange utilizes OOAPI for the following processes: 1. **Retrieving information about educational offerings** to display on [eduxchange.nl](http://eduxchange.nl/) or eduxchange.eu. 2. **Enrolling students** in educational offerings. -3. **Transmitting students' grades** from the guest institution back to the home institution. +3. **Transmitting students' grades** from the host institution back to the home institution. ## Implementation Guidelines diff --git a/dataformat.md b/dataformat.md index fc4c069..f10b3cc 100644 --- a/dataformat.md +++ b/dataformat.md @@ -46,7 +46,7 @@ To validate a student is still active at the home institution, the backend can s ## Sending Results -The backend can send the guest-users' results to the home institution by POST'ing an OOAPI association object to the `/api/results` endpoint of the subscription receiver. It will add the necessary authentication, and forward the request to the home institution. It will use the `personId` in the association object to find the correct oauth token for the user. +The backend can send the users' results to the home institution by POST'ing an OOAPI association object to the `/api/results` endpoint of the subscription receiver. It will add the necessary authentication, and forward the request to the home institution. It will use the `personId` in the association object to find the correct oauth token for the user. Also read the informaion about [Consumers and Profiles](https://openonderwijsapi.nl/#/technical/consumers-and-profiles/eduxchange)