Skip to main content
POST
/
edubridge
/
enrollments
/
resetGoals
/
{courseId}
Reset enrollment goals to current course goals
curl --request POST \
  --url https://api.alpha-1edtech.ai/edubridge/enrollments/resetGoals/{courseId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "updated": 123,
    "errors": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

courseId
string
required

The unique identifier for the course

Response

Goals successfully reset

data
object
required