Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Resource information

XSD
URLhttps://api.softnetsportstatscore.com/v2/events/{event_id}/lineups/{lineupId}
MethodPATCH

Description

Updates participant in lineups for given event.
Authorization requiredYes
Internal methodYes

...

Request
 Parameters
curl -X PATCH -H "Content-Type: application/x-www-form-urlencoded" -d '{"id":{lineup_id}, "shirt_nr":{shirt_number},"participant_name":"{participant_name}","participant_team_id":"{team_id}","position":null}' "https://api.softnetsportstatscore.com/v2/events/{event_id}/lineups/{lineup_id}?token={token}"

token, event_id, lineup_id, data


...