# 채용 단계 변경 API

## 채용 단계 변경 API

<mark style="color:purple;">`PATCH`</mark> `https://partners-business.rallit.com/api/v1/partner/position/step`

#### Request Body

| Name                                                       | Type      | Description                                                                                                                 |
| ---------------------------------------------------------- | --------- | --------------------------------------------------------------------------------------------------------------------------- |
| id<mark style="color:red;">\*</mark>                       | String    | 채용 공고 아이디                                                                                                                   |
| positionSteps<mark style="color:red;">\*</mark>            | Object\[] | <p>채용 단계 목록</p><p>-시작 채용 단계인 서류 접수 와 최종 채용 단계인 최종합격 과 불합격을 제외한 중간 채용 단계를 전달해주세요.<br>-채용 단계 목록에 최대 13개의 단계를 포함시킬 수 있습니다.</p> |
| positionSteps > name<mark style="color:red;">\*</mark>     | String    | 채용 단계 명                                                                                                                     |
| positionSteps > sequence<mark style="color:red;">\*</mark> | Number    | 채용 단계 순서                                                                                                                    |

{% tabs %}
{% tab title="200: OK 성공" %}
{% tabs %}
{% tab title="성공" %}

{% endtab %}
{% endtabs %}
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://inflab-1.gitbook.io/rallit/to-rallit/position-api/api-4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
