> ## Documentation Index
> Fetch the complete documentation index at: https://developers.pontua.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# Utilizar o PATCH



## OpenAPI

````yaml https://api.pre.pontua.tech/api/public/doc-json put /regras-de-ponto/{regraDePontoId}/ativar
openapi: 3.0.0
info:
  title: Pontua Public API
  description: >-
    API oficial da Pontua para integrações de clientes externos. Autentique com
    o token gerado no dashboard em **Configurações → API**. Envie o token no
    header `Authorization: Bearer <SEU_TOKEN>`.
  version: '1.0'
  contact: {}
servers: []
security: []
tags: []
paths:
  /regras-de-ponto/{regraDePontoId}/ativar:
    put:
      tags:
        - Regras de ponto
      summary: Utilizar o PATCH
      operationId: RegrasDePontoController_AtivaRegra_old
      parameters:
        - name: regraDePontoId
          required: true
          in: path
          description: ID da Regra
          schema:
            type: string
      responses:
        '200':
          description: ''
      deprecated: true
      security:
        - bearer: []
components: {}

````