OpenBankProject / OpenBankProject/OBP-API

Path Parameters

Open
#1,079 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question tesobe
Dominant language
Scala
Stars
1.7k
Forks
482
Avg merge
1d 12h
Merged PRs (30d)
15

Description

Path parameters are variable parts of a URL path. They are typically used to point to a specific resource within a collection, such as a user identified by ID.
For instance: /users/{userId}

OBP-API uses next notation: /users/USER_ID

We need to consider using curly braces i.e {userId} instead of USER_ID in documentation.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Search the API documentation for path parameters written as USER_ID and compare them with the issue's /users/{userId} example. Update the relevant documentation to use curly-brace parameter names consistently, then verify the affected examples are correct.

Written by the indexing model from the issue text.

Assessment

Domain
api, documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.