mrapids 0.1.7

Your OpenAPI, but executable
Documentation
# Auto-generated from specs/github-api.yaml
# Operation: pulls/update
# Method: PATCH /repos/{owner}/{repo}/pulls/{pull_number}
# Summary: Update a pull request

# Generated by MicroRapid with accurate schema parsing

operation: pulls/update
method: PATCH
path: /repos/{owner}/{repo}/pulls/{pull_number}
description: Update a pull request
headers:
  Accept: application/json
  Content-Type: application/json
path_params:
  owner: example_string
  repo: example_string
  pull_number: 100
body: data/examples/pulls-update.json
expect:
  status: 200