Update an education
Updates an existing education entry from the user’s resume as specified in the resume id. If a base is provided as the resume_id, the education is updated in the base resume.
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Education ID of the education you want to update
Resume ID of the resume the education belongs to. If you want to interact with the base educations, just put base
in here
Body
The name of the institution the user studied at.
250
The field of study the user studied.
250
The degree the user obtained. (optional)
250
Month when the education started (1-12).
1 <= x <= 12
Year when the education started (YYYY).
1900 <= x <= 2100
Month when the education was completed (1-12).
1 <= x <= 12
Year when the education was completed (YYYY).
1900 <= x <= 2100
Whether the user is currently studying. default: False
The description of the education entry. User can provide any kind of description for that user. Usually in HTML format to support rich text. (optional)
3000
The user who the education entry belongs to.
The resume section the education entry belongs to.
The country the institution is located in. (optional)
Response
The unique identifier for the education entry.
The user who the education entry belongs to.
The resume section the education entry belongs to.
The name of the institution the user studied at.
250
The field of study the user studied.
250
The date and time the education entry was created.
The date and time the education entry was last updated.
The degree the user obtained. (optional)
250
Month when the education started (1-12).
1 <= x <= 12
Year when the education started (YYYY).
1900 <= x <= 2100
Month when the education was completed (1-12).
1 <= x <= 12
Year when the education was completed (YYYY).
1900 <= x <= 2100
Whether the user is currently studying. default: False
The description of the education entry. User can provide any kind of description for that user. Usually in HTML format to support rich text. (optional)
3000