Crew
CrewfindAll
GET
https://server.dorunapp.com/crew
Headers
Name
Type
Description
Authorization*
String
CrewCreate
POST
https://server.dorunapp.com/crew
Headers
Name
Type
Description
Authorization*
String
Request Body
Name
Type
Description
level
String
time
String
location
String
title
String
desc
String
personnel
String
date
String
departure
String
distance
String
CrewEdit
PATCH
https://server.dorunapp.com/crew/{crewId}
Headers
Name
Type
Description
Authorization*
String
Request Body
Name
Type
Description
title
String
desc
String
limit
int
level
String
time
String
location
String
Crew
GET
https://server.dorunapp.com/crew/{crewId}
Headers
Name
Type
Description
Authorization*
String
CrewDelete
DELETE
https://server.dorunapp.com/crew/{userId}
Headers
Name
Type
Description
Authorization*
String
JoinCrew
GET
https://server.dorunapp.com/{userId}/{crewId}
Headers
Name
Type
Description
Authorization*
String
Last updated