Skip to content

Commit 9429c8e

Browse files
committed
docs: address review
1 parent 7f86352 commit 9429c8e

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
lines changed

docs/rpc/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ paths:
493493
- Smart Contracts
494494
operationId: get_clarity_marf_value
495495
description: |
496-
Attempt to fetch the value of a MARF key. The key is identified with [Clarity MARF Key].
496+
Attempt to fetch the value of a MARF key.
497497
498498
In the response, `data` is the hex serialization of the value.
499499
responses:
@@ -533,7 +533,7 @@ paths:
533533
- Smart Contracts
534534
operationId: get_clarity_metadata_key
535535
description: |
536-
Attempt to fetch the metadata of a contract. The contract is identified with [Stacks Address] and [Contract Name] in the URL path. The metadata key is identified with [Clarity Metadata Key].
536+
Attempt to fetch the metadata of a contract. The contract is identified with [Contract Address] and [Contract Name] in the URL path. The metadata key is identified with [Clarity Metadata Key].
537537
538538
In the response, `data` is formatted as JSON.
539539
responses:

stackslib/src/net/api/getclaritymarfvalue.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Copyright (C) 2013-2020 Blockstack PBC, a public benefit corporation
2-
// Copyright (C) 2020-2024 Stacks Open Internet Foundation
1+
// Copyright (C) 2024 Stacks Open Internet Foundation
32
//
43
// This program is free software: you can redistribute it and/or modify
54
// it under the terms of the GNU General Public License as published by

stackslib/src/net/api/getclaritymetadata.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Copyright (C) 2013-2020 Blockstack PBC, a public benefit corporation
2-
// Copyright (C) 2020-2024 Stacks Open Internet Foundation
1+
// Copyright (C) 2024 Stacks Open Internet Foundation
32
//
43
// This program is free software: you can redistribute it and/or modify
54
// it under the terms of the GNU General Public License as published by

stackslib/src/net/api/tests/getclaritymarfvalue.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Copyright (C) 2013-2020 Blockstack PBC, a public benefit corporation
2-
// Copyright (C) 2020-2024 Stacks Open Internet Foundation
1+
// Copyright (C) 2024 Stacks Open Internet Foundation
32
//
43
// This program is free software: you can redistribute it and/or modify
54
// it under the terms of the GNU General Public License as published by

stackslib/src/net/api/tests/getclaritymetadata.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Copyright (C) 2013-2020 Blockstack PBC, a public benefit corporation
2-
// Copyright (C) 2020-2024 Stacks Open Internet Foundation
1+
// Copyright (C) 2024 Stacks Open Internet Foundation
32
//
43
// This program is free software: you can redistribute it and/or modify
54
// it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)