Update documentation for create key
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 65/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- java
- Domain
- documentation
Research direction
Open the linked IBM Cloud Key Protect Java create-key documentation and compare the shown CreateKeyOptions.Builder example with the reported API usage. Update the example to use keyCreateBody(inputstream), then verify that the create-key snippet matches the current Java client API.
Written by the indexing model from the issue text.
Description
The documentation here shows:
createKeyOptionsModel = new CreateKeyOptions.Builder()
.bluemixInstance("<instance_id>")
.createKeyOneOf(inputstream)
.prefer("return=representation")
.build();
But I believe it should be:
createKeyOptionsModel = new CreateKeyOptions.Builder()
.bluemixInstance("<instance_id>")
.keyCreateBody(inputstream)
.prefer("return=representation")
.build();
- Dominant language
- Java
- Stars
- 1
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from IBM/keyprotect-java-client
-
security
Difficulty 4/5 3-5 days Newbie friendliness 45/100
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
IBM/keyprotect-java-client#29 · 4 comments ·
All issues in IBM/keyprotect-java-client
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
infinispan/infinispan#18150 ·
-
area/frontend
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
untriaged
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
opensearch-project/k-NN#3597 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100