objects info updated
This commit is contained in:
parent
d873e73ee7
commit
9bb7de7a7d
|
@ -915,6 +915,9 @@ Request_Body:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> Headers <br>
|
||||||
|
> Authorization: "Bearer {tokenID}"
|
||||||
|
|
||||||
### Response
|
### Response
|
||||||
|
|
||||||
Response is a Json with these fields
|
Response is a Json with these fields
|
||||||
|
@ -951,7 +954,7 @@ Request_Body:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"applications_id": "Q54IRZZMC3RP8F6",
|
"applications_id": "F28IRGGMC3RP8Y8",
|
||||||
"student_id": "200010022",
|
"student_id": "200010022",
|
||||||
"opening_id": "Q54IRZZMC3RP8F6",
|
"opening_id": "Q54IRZZMC3RP8F6",
|
||||||
"additional_info": {
|
"additional_info": {
|
||||||
|
@ -962,6 +965,9 @@ Request_Body:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> Headers <br>
|
||||||
|
> Authorization: "Bearer {tokenID}"
|
||||||
|
|
||||||
### Response
|
### Response
|
||||||
|
|
||||||
Response is a Json with these fields
|
Response is a Json with these fields
|
||||||
|
@ -998,6 +1004,9 @@ Request_Body:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> Headers <br>
|
||||||
|
> Authorization: "Bearer {tokenID}"
|
||||||
|
|
||||||
### Response
|
### Response
|
||||||
|
|
||||||
Response is a Json with these fields
|
Response is a Json with these fields
|
||||||
|
@ -1031,12 +1040,12 @@ Request_Body:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"company_name": ,
|
"company_name": "Geeks for Geeks",
|
||||||
"compensation_gross": ,
|
"compensation_gross": "1000000",
|
||||||
"offer_accepted": ,
|
"offer_accepted": "true",
|
||||||
"student_id": "200010022",
|
"student_id": "200010022",
|
||||||
"designation": ,
|
"designation": "Technical Content Writer",
|
||||||
"tier": ,
|
"tier": "4"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1077,6 +1086,9 @@ Request_Body:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> Headers <br>
|
||||||
|
> Authorization: "Bearer {tokenID}"
|
||||||
|
|
||||||
### Response
|
### Response
|
||||||
|
|
||||||
Response is a Json with these fields
|
Response is a Json with these fields
|
||||||
|
|
Loading…
Reference in New Issue