Skip to content

Commit a1d2897

Browse files
committed
Change comment to reject
1 parent 48141ff commit a1d2897

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

endpoints/get-response.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@
434434
Identifier of this mobility proposal. It MUST change if and only if
435435
the proposal content changes.
436436

437-
It will be used in update request to identify the version being approved/commented.
437+
It will be used in update request to identify the version being approved/rejected.
438438
</xs:documentation>
439439
</xs:annotation>
440440
</xs:attribute>

endpoints/update-request.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<xs:element name="reject-proposal-v1">
8989
<xs:annotation>
9090
<xs:documentation>
91-
This request is sent by the receiving HEI when it wants to comment on a `proposal`.
91+
This request is sent by the receiving HEI when it wants to reject a `proposal`.
9292
</xs:documentation>
9393
</xs:annotation>
9494
<xs:complexType>
@@ -103,7 +103,7 @@
103103
<xs:element name="proposal-id" type="xs:string" minOccurs="1" maxOccurs="1">
104104
<xs:annotation>
105105
<xs:documentation>
106-
Identifier of the current state of the `proposal`, which is being commented.
106+
Identifier of the current state of the `proposal`, which is being rejected.
107107
This element is required here to prevent edit conflicts as in `approve-proposal-v1`.
108108
</xs:documentation>
109109
</xs:annotation>

0 commit comments

Comments
 (0)