Skip to content

Commit

Permalink
docs: change deactivation_date to expiration_date (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi authored Oct 4, 2022
1 parent d2cde90 commit e74b942
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/how_to/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ When creating a tag, this are the fields expected:
| activation_date | Datetime when the tag will be activated. | No |
| | It can have UTC format or Year-Month-Day H:M:S | |
+----------------------------------+--------------------------------------------------+------------------+
| deactivation_date | Datetime when the tag will be deactivated. | No |
| expiration_date | Datetime when the tag will be deactivated. | No |
| | It can have UTC format or Year-Month-Day H:M:S | |
+----------------------------------+--------------------------------------------------+------------------+
| target_type | Type of the target. Must be equal to: user, site,| Yes |
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Fields
| access | Contains possible values for the field | Public, private, | Any validator but must have at least one |
| | | protected. | of the values defined. |
+-------------------------+-----------------------------------------+-----------------------+--------------------------------------------+
| deactivation_date | Contains possible datetime values for | Year-month-day H:M:S | in, exists, equals, between. If apply, the |
| expiration_date | Contains possible datetime values for | Year-month-day H:M:S | in, exists, equals, between. If apply, the |
| | the field. | | values must match the format specified. |
+-------------------------+-----------------------------------------+-----------------------+--------------------------------------------+
| activation_date | Contains possible datetime values for | Year-month-day H:M:S | in, exists, equals, between. If apply, the |
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Attributes
+--------------------------+----------------------------------------------------------------------------+
| activation_date | Datetime when the tag will be activated. |
+--------------------------+----------------------------------------------------------------------------+
| deactivation_date | Datetime when the tag will be deactivated. |
| expiration_date | Datetime when the tag will be deactivated. |
+--------------------------+----------------------------------------------------------------------------+
| created_at | Creation date. |
+--------------------------+----------------------------------------------------------------------------+
Expand Down

0 comments on commit e74b942

Please sign in to comment.