Versions Compared

Key

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

Resource information

URLhttps://api.softnetsportstatscore.com/v2/events/{event_id}/scouts/
MethodPATCH

Description

Adds scout to the event.
Authorization requiredYes
Internal methodYes

...

Request

 Parameters

curl -X POST -H "Content-Type: application/json" '{
"id":{id},
}' "http://dev.api.softnetsportstatscore.com/v2/events/{eventId}/scouts?token={token}"


id, name, surname, event_id, token 

...