POST Skills/AdminExperienceRename
Request Information
URI Parameters
None.
Body Parameters
ExperienceRenameFormName | Description | Type | Additional information |
---|---|---|---|
name | string |
None. |
|
experienceId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "name": "sample string 1", "experienceId": 2 }
Response Information
Resource Description
ExperienceDataViewName | Description | Type | Additional information |
---|---|---|---|
refsCount | integer |
None. |
|
checkedByAdmin | boolean |
None. |
|
categories | Collection of FreelancerCategoryEntityView |
None. |
|
experienceId |
Идентификатор навыка |
integer |
None. |
experienceName |
Название навыка |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "refsCount": 1, "checkedByAdmin": true, "categories": [ { "id": 1, "name": "sample string 2" }, { "id": 1, "name": "sample string 2" } ], "experienceId": 3, "experienceName": "sample string 4" }